#7868CD

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

Shades of Slate Blue #7868CD

Tints of Slate Blue #7868CD

Color information

#7868CD (or 0x7868CD) is unknown color: approx Slate Blue. HEX triplet: 78, 68 and CD. RGB value is (120,104,205). Sum of RGB (Red+Green+Blue) = 120+104+205=429 (56% of max value = 765). Red value is 120 (47.27% from 255 or 27.97% from 429); Green value is 104 (41.02% from 255 or 24.24% from 429); Blue value is 205 (80.47% from 255 or 47.79% from 429); Max value from RGB is 205 - color contains mainly: blue. Hex color #7868CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7868CD is #879732. Grayscale: #777777. Windows color (decimal): -8886067 or 13461624. OLE color: 13461624.

HSL color Cylindrical-coordinate representation of color #7868CD: hue angle of 249.5º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7868CD is Cyan = 0.41, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB120104205-
CMYK0.410.4900.20
HSL249.5º50.25%60.59%-
HSV(B)249.5º49.27%80.39%-
XYZ23.7218.360.04-
YUV120.3175.8127.79-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 27.97%
GREEN value IS 104 (41.02% from 255) = 24.24%
BLUE value IS 205 (80.47% from 255) = 47.79%
R=27.97%
G=24.24%
B=47.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1201042050.410.4900.20249.550.2560.59
Hex7868CD2931014fa323d
Octal17015031551610243726275
Binary111100011010001100110110100111000101010011111010110010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7868CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7868CD; }

 p { color: rgb(120,104,205); }

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

<style>
 a { background-color: #7868CD; }

 a { background-color: rgb(120,104,205); }

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

<style>
 span { border-color: #7868CD; }

 span { border-color: rgb(120,104,205); }

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