#7F8DFE

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

Shades of Light Slate Blue #7F8DFE

Tints of Light Slate Blue #7F8DFE

Color information

#7F8DFE (or 0x7F8DFE) is unknown color: approx Light Slate Blue. HEX triplet: 7F, 8D and FE. RGB value is (127,141,254). Sum of RGB (Red+Green+Blue) = 127+141+254=522 (69% of max value = 765). Red value is 127 (50% from 255 or 24.33% from 522); Green value is 141 (55.47% from 255 or 27.01% from 522); Blue value is 254 (99.61% from 255 or 48.66% from 522); Max value from RGB is 254 - color contains mainly: blue. Hex color #7F8DFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7F8DFE is #807201. Grayscale: #959595. Windows color (decimal): -8417794 or 16682367. OLE color: 16682367.

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

Color convert

RGB127141254-
CMYK0.500.4400.00
HSL233.39º98.45%74.71%-
HSV(B)233.39º50%99.61%-
XYZ36.1730.7297.79-
YUV149.7186.86111.81-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 24.33%
GREEN value IS 141 (55.47% from 255) = 27.01%
BLUE value IS 254 (99.61% from 255) = 48.66%
R=24.33%
G=27.01%
B=48.66%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1271412540.500.4400.00233.3998.4574.71
Hex7F8DFE322C00e9624b
Octal177215376625400351142113
Binary11111111000110111111110110010101100001110100111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F8DFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,141,254); }

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

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

 a { background-color: rgb(127,141,254); }

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

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

 span { border-color: rgb(127,141,254); }

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