#7D8AFE

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

Shades of Light Slate Blue #7D8AFE

Tints of Light Slate Blue #7D8AFE

Color information

#7D8AFE (or 0x7D8AFE) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 8A and FE. RGB value is (125,138,254). Sum of RGB (Red+Green+Blue) = 125+138+254=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 138 (54.30% from 255 or 26.69% from 517); Blue value is 254 (99.61% from 255 or 49.13% from 517); Max value from RGB is 254 - color contains mainly: blue. Hex color #7D8AFE is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8AFE is #827501. Grayscale: #929292. Windows color (decimal): -8549634 or 16681597. OLE color: 16681597.

HSL color Cylindrical-coordinate representation of color #7D8AFE: hue angle of 233.95º 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 #7D8AFE is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB125138254-
CMYK0.510.4600.00
HSL233.95º98.47%74.31%-
HSV(B)233.95º50.79%99.61%-
XYZ35.4429.6997.63-
YUV147.34188.19112.07-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.18%
GREEN value IS 138 (54.30% from 255) = 26.69%
BLUE value IS 254 (99.61% from 255) = 49.13%
R=24.18%
G=26.69%
B=49.13%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1251382540.510.4600.00233.9598.4774.31
Hex7D8AFE332E00ea624a
Octal175212376635600352142112
Binary11111011000101011111110110011101110001110101011000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8AFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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