#7D8AFF

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

Shades of Light Slate Blue #7D8AFF

Tints of Light Slate Blue #7D8AFF

Color information

#7D8AFF (or 0x7D8AFF) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 8A and FF. RGB value is (125,138,255). Sum of RGB (Red+Green+Blue) = 125+138+255=518 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.13% from 518); Green value is 138 (54.30% from 255 or 26.64% from 518); Blue value is 255 (100% from 255 or 49.23% from 518); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D8AFF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D8AFF is #827500. Grayscale: #929292. Windows color (decimal): -8549633 or 16747133. OLE color: 16747133.

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

Color convert

RGB125138255-
CMYK0.510.4600
HSL234º100%74.51%-
HSV(B)234º50.98%100%-
XYZ35.629.7698.48-
YUV147.45188.69111.99-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.13%
GREEN value IS 138 (54.30% from 255) = 26.64%
BLUE value IS 255 (100% from 255) = 49.23%
R=24.13%
G=26.64%
B=49.23%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1251382550.510.460023410074.51
Hex7D8AFF332E00ea644b
Octal175212377635600352144113
Binary11111011000101011111111110011101110001110101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D8AFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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