#7D89FF

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

Shades of Light Slate Blue #7D89FF

Tints of Light Slate Blue #7D89FF

Color information

#7D89FF (or 0x7D89FF) is unknown color: approx Light Slate Blue. HEX triplet: 7D, 89 and FF. RGB value is (125,137,255). Sum of RGB (Red+Green+Blue) = 125+137+255=517 (68% of max value = 765). Red value is 125 (49.22% from 255 or 24.18% from 517); Green value is 137 (53.91% from 255 or 26.50% from 517); Blue value is 255 (100% from 255 or 49.32% from 517); Max value from RGB is 255 - color contains mainly: blue. Hex color #7D89FF is not a web safe color. Web safe color analog (approx): #6699FF. Inversed color of #7D89FF is #827600. Grayscale: #929292. Windows color (decimal): -8549889 or 16746877. OLE color: 16746877.

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

Color convert

RGB125137255-
CMYK0.510.4600
HSL234.46º100%74.51%-
HSV(B)234.46º50.98%100%-
XYZ35.4529.4798.43-
YUV146.86189.02112.41-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 24.18%
GREEN value IS 137 (53.91% from 255) = 26.50%
BLUE value IS 255 (100% from 255) = 49.32%
R=24.18%
G=26.50%
B=49.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1251372550.510.4600234.4610074.51
Hex7D89FF332E00ea644b
Octal175211377635600352144113
Binary11111011000100111111111110011101110001110101011001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D89FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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