#7467D7

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

Shades of Slate Blue #7467D7

Tints of Slate Blue #7467D7

Color information

#7467D7 (or 0x7467D7) is unknown color: approx Slate Blue. HEX triplet: 74, 67 and D7. RGB value is (116,103,215). Sum of RGB (Red+Green+Blue) = 116+103+215=434 (57% of max value = 765). Red value is 116 (45.70% from 255 or 26.73% from 434); Green value is 103 (40.62% from 255 or 23.73% from 434); Blue value is 215 (84.38% from 255 or 49.54% from 434); Max value from RGB is 215 - color contains mainly: blue. Hex color #7467D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7467D7 is #8B9828. Grayscale: #777777. Windows color (decimal): -9148457 or 14116724. OLE color: 14116724.

HSL color Cylindrical-coordinate representation of color #7467D7: hue angle of 246.96º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7467D7 is Cyan = 0.46, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB116103215-
CMYK0.460.5200.16
HSL246.96º58.33%62.35%-
HSV(B)246.96º52.09%84.31%-
XYZ24.3218.3266.54-
YUV119.66181.81125.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 26.73%
GREEN value IS 103 (40.62% from 255) = 23.73%
BLUE value IS 215 (84.38% from 255) = 49.54%
R=26.73%
G=23.73%
B=49.54%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1161032150.460.5200.16246.9658.3362.35
Hex7467D72E34010f73a3e
Octal16414732756640203677276
Binary111010011001111101011110111011010001000011110111111010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7467D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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