#9C80FD

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

Shades of Light Slate Blue #9C80FD

Tints of Light Slate Blue #9C80FD

Color information

#9C80FD (or 0x9C80FD) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 80 and FD. RGB value is (156,128,253). Sum of RGB (Red+Green+Blue) = 156+128+253=537 (71% of max value = 765). Red value is 156 (61.33% from 255 or 29.05% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 253 (99.22% from 255 or 47.11% from 537); Max value from RGB is 253 - color contains mainly: blue. Hex color #9C80FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C80FD is #637F02. Grayscale: #969696. Windows color (decimal): -6520579 or 16613532. OLE color: 16613532.

HSL color Cylindrical-coordinate representation of color #9C80FD: hue angle of 253.44º degrees, saturation: 0.97, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C80FD is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB156128253-
CMYK0.380.4900.01
HSL253.44º96.9%74.71%-
HSV(B)253.44º49.41%99.22%-
XYZ39.1629.696.58-
YUV150.62185.78131.84-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 29.05%
GREEN value IS 128 (50.39% from 255) = 23.84%
BLUE value IS 253 (99.22% from 255) = 47.11%
R=29.05%
G=23.84%
B=47.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1561282530.380.4900.01253.4496.974.71
Hex9C80FD263101fd614b
Octal234200375466101375141113
Binary100111001000000011111101100110110001011111110111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C80FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,128,253); }

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

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

 a { background-color: rgb(156,128,253); }

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

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

 span { border-color: rgb(156,128,253); }

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