#7870FC

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

Shades of Light Slate Blue #7870FC

Tints of Light Slate Blue #7870FC

Color information

#7870FC (or 0x7870FC) is unknown color: approx Light Slate Blue. HEX triplet: 78, 70 and FC. RGB value is (120,112,252). Sum of RGB (Red+Green+Blue) = 120+112+252=484 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.79% from 484); Green value is 112 (44.14% from 255 or 23.14% from 484); Blue value is 252 (98.83% from 255 or 52.07% from 484); Max value from RGB is 252 - color contains mainly: blue. Hex color #7870FC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #7870FC is #878F03. Grayscale: #818181. Windows color (decimal): -8883972 or 16543864. OLE color: 16543864.

HSL color Cylindrical-coordinate representation of color #7870FC: hue angle of 243.43º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7870FC is Cyan = 0.52, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB120112252-
CMYK0.520.5600.01
HSL243.43º95.89%71.37%-
HSV(B)243.43º55.56%98.82%-
XYZ31.1122.6194.82-
YUV130.35196.65120.62-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 24.79%
GREEN value IS 112 (44.14% from 255) = 23.14%
BLUE value IS 252 (98.83% from 255) = 52.07%
R=24.79%
G=23.14%
B=52.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1201122520.520.5600.01243.4395.8971.37
Hex7870FC343801f36047
Octal170160374647001363140107
Binary1111000111000011111100110100111000011111001111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7870FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7870FC; }

 p { color: rgb(120,112,252); }

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

<style>
 a { background-color: #7870FC; }

 a { background-color: rgb(120,112,252); }

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

<style>
 span { border-color: #7870FC; }

 span { border-color: rgb(120,112,252); }

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