#7F87FA

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

Shades of Light Slate Blue #7F87FA

Tints of Light Slate Blue #7F87FA

Color information

#7F87FA (or 0x7F87FA) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 87 and FA. RGB value is (127,135,250). Sum of RGB (Red+Green+Blue) = 127+135+250=512 (67% of max value = 765). Red value is 127 (50% from 255 or 24.80% from 512); Green value is 135 (53.12% from 255 or 26.37% from 512); Blue value is 250 (98.05% from 255 or 48.83% from 512); Max value from RGB is 250 - color contains mainly: blue. Hex color #7F87FA is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F87FA is #807805. Grayscale: #919191. Windows color (decimal): -8419334 or 16418687. OLE color: 16418687.

HSL color Cylindrical-coordinate representation of color #7F87FA: hue angle of 236.1º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F87FA is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB127135250-
CMYK0.490.4600.02
HSL236.1º92.48%73.92%-
HSV(B)236.1º49.2%98.04%-
XYZ34.6728.7494.16-
YUV145.72186.85114.65-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.80%
GREEN value IS 135 (53.12% from 255) = 26.37%
BLUE value IS 250 (98.05% from 255) = 48.83%
R=24.80%
G=26.37%
B=48.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1271352500.490.4600.02236.192.4873.92
Hex7F87FA312E02ec5c4a
Octal177207372615602354134112
Binary111111110000111111110101100011011100101110110010111001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F87FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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