#7462DA

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

Shades of Slate Blue #7462DA

Tints of Slate Blue #7462DA

Color information

#7462DA (or 0x7462DA) is unknown color: approx Slate Blue. HEX triplet: 74, 62 and DA. RGB value is (116,98,218). Sum of RGB (Red+Green+Blue) = 116+98+218=432 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.85% from 432); Green value is 98 (38.67% from 255 or 22.69% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #7462DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7462DA is #8B9D25. Grayscale: #747474. Windows color (decimal): -9149734 or 14312052. OLE color: 14312052.

HSL color Cylindrical-coordinate representation of color #7462DA: hue angle of 249º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7462DA is Cyan = 0.47, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11698218-
CMYK0.470.5500.15
HSL249º61.86%61.96%-
HSV(B)249º55.05%85.49%-
XYZ24.2317.5168.43-
YUV117.06184.96127.24-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.85%
GREEN value IS 98 (38.67% from 255) = 22.69%
BLUE value IS 218 (85.55% from 255) = 50.46%
R=26.85%
G=22.69%
B=50.46%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal116982180.470.5500.1524961.8661.96
Hex7462DA2F370Ff93e3e
Octal16414233257670173717676
Binary11101001100010110110101011111101110111111111001111110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7462DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7462DA; }

 p { color: rgb(116,98,218); }

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

<style>
 a { background-color: #7462DA; }

 a { background-color: rgb(116,98,218); }

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

<style>
 span { border-color: #7462DA; }

 span { border-color: rgb(116,98,218); }

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