#7887FF

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

Shades of Light Slate Blue #7887FF

Tints of Light Slate Blue #7887FF

Color information

#7887FF (or 0x7887FF) is unknown color: approx Light Slate Blue. HEX triplet: 78, 87 and FF. RGB value is (120,135,255). Sum of RGB (Red+Green+Blue) = 120+135+255=510 (67% of max value = 765). Red value is 120 (47.27% from 255 or 23.53% from 510); Green value is 135 (53.12% from 255 or 26.47% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #7887FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7887FF is #877800. Grayscale: #8F8F8F. Windows color (decimal): -8878081 or 16746360. OLE color: 16746360.

HSL color Cylindrical-coordinate representation of color #7887FF: hue angle of 233.33º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7887FF is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB120135255-
CMYK0.530.4700
HSL233.33º100%73.53%-
HSV(B)233.33º52.94%100%-
XYZ34.4628.5498.3-
YUV144.2190.53110.74-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 23.53%
GREEN value IS 135 (53.12% from 255) = 26.47%
BLUE value IS 255 (100% from 255) = 50%
R=23.53%
G=26.47%
B=50%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1201352550.530.4700233.3310073.53
Hex7887FF352F00e9644a
Octal170207377655700351144112
Binary11110001000011111111111110101101111001110100111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7887FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7887FF; }

 p { color: rgb(120,135,255); }

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

<style>
 a { background-color: #7887FF; }

 a { background-color: rgb(120,135,255); }

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

<style>
 span { border-color: #7887FF; }

 span { border-color: rgb(120,135,255); }

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