#7362DB

Color #7362DB Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #7362DB

Tints of Slate Blue #7362DB

Color information

#7362DB (or 0x7362DB) is unknown color: approx Slate Blue. HEX triplet: 73, 62 and DB. RGB value is (115,98,219). Sum of RGB (Red+Green+Blue) = 115+98+219=432 (57% of max value = 765). Red value is 115 (45.31% from 255 or 26.62% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #7362DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7362DB is #8C9D24. Grayscale: #747474. Windows color (decimal): -9215269 or 14377587. OLE color: 14377587.

HSL color Cylindrical-coordinate representation of color #7362DB: hue angle of 248.43º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7362DB is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB11598219-
CMYK0.470.5500.14
HSL248.43º62.69%62.16%-
HSV(B)248.43º55.25%85.88%-
XYZ24.2217.4969.12-
YUV116.88185.63126.66-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 115 (45.31% from 255) = 26.62%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 219 (85.94% from 255) = 50.69%
R=26.62%
G=22.69%
B=50.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal115982190.470.5500.14248.4362.6962.16
Hex7362DB2F370Ef83f3e
Octal16314233357670163707776
Binary11100111100010110110111011111101110111011111000111111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7362DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7362DB; }

 p { color: rgb(115,98,219); }

 H1.HeaderClassName
 {
   color: #7362DB;
 }
 .AnyTagClassName
 {
   color: #7362DB;
 }
</style>
background-color css

<style>
 a { background-color: #7362DB; }

 a { background-color: rgb(115,98,219); }

 div.DivClassName
 {
   background-color: #7362DB;
 }
 .BgClassName
 {
   background-color: #7362DB;
 }
</style>
border-color css

<style>
 span { border-color: #7362DB; }

 span { border-color: rgb(115,98,219); }

 td.TdClassName
 {
   border-color: #7362DB;
 }
 .TagClassName
 {
   border-color: #7362DB;
 }
</style>