#7854CD

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

Shades of Slate Blue #7854CD

Tints of Slate Blue #7854CD

Color information

#7854CD (or 0x7854CD) is unknown color: approx Slate Blue. HEX triplet: 78, 54 and CD. RGB value is (120,84,205). Sum of RGB (Red+Green+Blue) = 120+84+205=409 (54% of max value = 765). Red value is 120 (47.27% from 255 or 29.34% from 409); Green value is 84 (33.20% from 255 or 20.54% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #7854CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7854CD is #87AB32. Grayscale: #6C6C6C. Windows color (decimal): -8891187 or 13456504. OLE color: 13456504.

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

Color convert

RGB12084205-
CMYK0.410.5900.20
HSL257.85º54.75%56.67%-
HSV(B)257.85º59.02%80.39%-
XYZ21.9414.7459.45-
YUV108.56182.43136.16-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.34%
GREEN value IS 84 (33.20% from 255) = 20.54%
BLUE value IS 205 (80.47% from 255) = 50.12%
R=29.34%
G=20.54%
B=50.12%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal120842050.410.5900.20257.8554.7556.67
Hex7854CD293B0141023739
Octal17012431551730244026771
Binary1111000101010011001101101001111011010100100000010110111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7854CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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