#9D80FE

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

Shades of Light Slate Blue #9D80FE

Tints of Light Slate Blue #9D80FE

Color information

#9D80FE (or 0x9D80FE) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 80 and FE. RGB value is (157,128,254). Sum of RGB (Red+Green+Blue) = 157+128+254=539 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.13% from 539); Green value is 128 (50.39% from 255 or 23.75% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D80FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D80FE is #627F01. Grayscale: #969696. Windows color (decimal): -6455042 or 16679069. OLE color: 16679069.

HSL color Cylindrical-coordinate representation of color #9D80FE: hue angle of 253.81º 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 #9D80FE is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB157128254-
CMYK0.380.5000.00
HSL253.81º98.44%74.9%-
HSV(B)253.81º49.61%99.61%-
XYZ39.5129.7697.43-
YUV151.04186.11132.25-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.13%
GREEN value IS 128 (50.39% from 255) = 23.75%
BLUE value IS 254 (99.61% from 255) = 47.12%
R=29.13%
G=23.75%
B=47.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1571282540.380.5000.00253.8198.4474.9
Hex9D80FE263200fe624b
Octal235200376466200376142113
Binary100111011000000011111110100110110010001111111011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D80FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D80FE; }

 p { color: rgb(157,128,254); }

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

<style>
 a { background-color: #9D80FE; }

 a { background-color: rgb(157,128,254); }

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

<style>
 span { border-color: #9D80FE; }

 span { border-color: rgb(157,128,254); }

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