#7F87F6

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

Shades of Light Slate Blue #7F87F6

Tints of Light Slate Blue #7F87F6

Color information

#7F87F6 (or 0x7F87F6) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 87 and F6. RGB value is (127,135,246). Sum of RGB (Red+Green+Blue) = 127+135+246=508 (67% of max value = 765). Red value is 127 (50% from 255 or 25% from 508); Green value is 135 (53.12% from 255 or 26.57% from 508); Blue value is 246 (96.48% from 255 or 48.43% from 508); Max value from RGB is 246 - color contains mainly: blue. Hex color #7F87F6 is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F87F6 is #807809. Grayscale: #909090. Windows color (decimal): -8419338 or 16156543. OLE color: 16156543.

HSL color Cylindrical-coordinate representation of color #7F87F6: hue angle of 235.97º degrees, saturation: 0.87, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F87F6 is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB127135246-
CMYK0.480.4500.04
HSL235.97º86.86%73.14%-
HSV(B)235.97º48.37%96.47%-
XYZ34.0528.4990.89-
YUV145.26184.85114.97-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 25%
GREEN value IS 135 (53.12% from 255) = 26.57%
BLUE value IS 246 (96.48% from 255) = 48.43%
R=25%
G=26.57%
B=48.43%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1271352460.480.4500.04235.9786.8673.14
Hex7F87F6302D04ec5749
Octal177207366605504354127111
Binary1111111100001111111011011000010110101001110110010101111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F87F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F87F6; }

 p { color: rgb(127,135,246); }

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

<style>
 a { background-color: #7F87F6; }

 a { background-color: rgb(127,135,246); }

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

<style>
 span { border-color: #7F87F6; }

 span { border-color: rgb(127,135,246); }

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