#7D81FE

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

Shades of Light Slate Blue #7D81FE

Tints of Light Slate Blue #7D81FE

Color information

#7D81FE (or 0x7D81FE) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 81 and FE. RGB value is (125,129,254). Sum of RGB (Red+Green+Blue) = 125+129+254=508 (67% of max value = 765). Red value is 125 (49.22% from 255 or 24.61% from 508); Green value is 129 (50.78% from 255 or 25.39% from 508); Blue value is 254 (99.61% from 255 or 50% from 508); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D81FE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D81FE is #827E01. Grayscale: #8D8D8D. Windows color (decimal): -8551938 or 16679293. OLE color: 16679293.

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

Color convert

RGB125129254-
CMYK0.510.4900.00
HSL238.14º98.47%74.31%-
HSV(B)238.14º50.79%99.61%-
XYZ34.227.2297.22-
YUV142.05191.17115.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.61%
GREEN value IS 129 (50.78% from 255) = 25.39%
BLUE value IS 254 (99.61% from 255) = 50%
R=24.61%
G=25.39%
B=50%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1251292540.510.4900.00238.1498.4774.31
Hex7D81FE333100ee624a
Octal175201376636100356142112
Binary11111011000000111111110110011110001001110111011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D81FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,129,254); }

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

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

 a { background-color: rgb(125,129,254); }

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

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

 span { border-color: rgb(125,129,254); }

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