#7850CF

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

Shades of Slate Blue #7850CF

Tints of Slate Blue #7850CF

Color information

#7850CF (or 0x7850CF) is unknown color: approx Slate Blue. HEX triplet: 78, 50 and CF. RGB value is (120,80,207). Sum of RGB (Red+Green+Blue) = 120+80+207=407 (53% of max value = 765). Red value is 120 (47.27% from 255 or 29.48% from 407); Green value is 80 (31.64% from 255 or 19.66% from 407); Blue value is 207 (81.25% from 255 or 50.86% from 407); Max value from RGB is 207 - color contains mainly: blue. Hex color #7850CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7850CF is #87AF30. Grayscale: #696969. Windows color (decimal): -8892209 or 13586552. OLE color: 13586552.

HSL color Cylindrical-coordinate representation of color #7850CF: hue angle of 258.9º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7850CF is Cyan = 0.42, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB12080207-
CMYK0.420.6100.19
HSL258.9º56.95%56.27%-
HSV(B)258.9º61.35%81.18%-
XYZ21.8814.2460.63-
YUV106.44184.75137.67-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 29.48%
GREEN value IS 80 (31.64% from 255) = 19.66%
BLUE value IS 207 (81.25% from 255) = 50.86%
R=29.48%
G=19.66%
B=50.86%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal120802070.420.6100.19258.956.9556.27
Hex7850CF2A3D0131033938
Octal17012031752750234037170
Binary1111000101000011001111101010111101010011100000011111001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7850CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7850CF; }

 p { color: rgb(120,80,207); }

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

<style>
 a { background-color: #7850CF; }

 a { background-color: rgb(120,80,207); }

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

<style>
 span { border-color: #7850CF; }

 span { border-color: rgb(120,80,207); }

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