#7F8EFD

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

Shades of Light Slate Blue #7F8EFD

Tints of Light Slate Blue #7F8EFD

Color information

#7F8EFD (or 0x7F8EFD) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 8E and FD. RGB value is (127,142,253). Sum of RGB (Red+Green+Blue) = 127+142+253=522 (69% of max value = 765). Red value is 127 (50% from 255 or 24.33% from 522); Green value is 142 (55.86% from 255 or 27.20% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #7F8EFD is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8EFD is #807102. Grayscale: #959595. Windows color (decimal): -8417539 or 16617087. OLE color: 16617087.

HSL color Cylindrical-coordinate representation of color #7F8EFD: hue angle of 232.86º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F8EFD is Cyan = 0.50, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB127142253-
CMYK0.500.4400.01
HSL232.86º96.92%74.51%-
HSV(B)232.86º49.8%99.22%-
XYZ36.1630.9597-
YUV150.17186.03111.47-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.33%
GREEN value IS 142 (55.86% from 255) = 27.20%
BLUE value IS 253 (99.22% from 255) = 48.47%
R=24.33%
G=27.20%
B=48.47%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1271422530.500.4400.01232.8696.9274.51
Hex7F8EFD322C01e9614b
Octal177216375625401351141113
Binary11111111000111011111101110010101100011110100111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,142,253); }

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

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

 a { background-color: rgb(127,142,253); }

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

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

 span { border-color: rgb(127,142,253); }

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