#7467DA

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

Shades of Slate Blue #7467DA

Tints of Slate Blue #7467DA

Color information

#7467DA (or 0x7467DA) is unknown color: approx Slate Blue. HEX triplet: 74, 67 and DA. RGB value is (116,103,218). Sum of RGB (Red+Green+Blue) = 116+103+218=437 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.54% from 437); Green value is 103 (40.62% from 255 or 23.57% from 437); Blue value is 218 (85.55% from 255 or 49.89% from 437); Max value from RGB is 218 - color contains mainly: blue. Hex color #7467DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7467DA is #8B9825. Grayscale: #777777. Windows color (decimal): -9148454 or 14313332. OLE color: 14313332.

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

Color convert

RGB116103218-
CMYK0.470.5300.15
HSL246.78º60.85%62.94%-
HSV(B)246.78º52.75%85.49%-
XYZ24.7118.4868.59-
YUV120183.31125.15-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.54%
GREEN value IS 103 (40.62% from 255) = 23.57%
BLUE value IS 218 (85.55% from 255) = 49.89%
R=26.54%
G=23.57%
B=49.89%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1161032180.470.5300.15246.7860.8562.94
Hex7467DA2F350Ff73d3f
Octal16414733257650173677577
Binary11101001100111110110101011111101010111111110111111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7467DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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