#9C83FE

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

Shades of Light Slate Blue #9C83FE

Tints of Light Slate Blue #9C83FE

Color information

#9C83FE (or 0x9C83FE) is unknown color: approx Light Slate Blue. HEX triplet: 9C, 83 and FE. RGB value is (156,131,254). Sum of RGB (Red+Green+Blue) = 156+131+254=541 (71% of max value = 765). Red value is 156 (61.33% from 255 or 28.84% from 541); Green value is 131 (51.56% from 255 or 24.21% from 541); Blue value is 254 (99.61% from 255 or 46.95% from 541); Max value from RGB is 254 - color contains mainly: blue. Hex color #9C83FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9C83FE is #637C01. Grayscale: #989898. Windows color (decimal): -6519810 or 16679836. OLE color: 16679836.

HSL color Cylindrical-coordinate representation of color #9C83FE: hue angle of 252.2º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C83FE is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB156131254-
CMYK0.390.4800.00
HSL252.2º98.4%75.49%-
HSV(B)252.2º48.43%99.61%-
XYZ39.7230.4697.55-
YUV152.5185.28130.5-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 28.84%
GREEN value IS 131 (51.56% from 255) = 24.21%
BLUE value IS 254 (99.61% from 255) = 46.95%
R=28.84%
G=24.21%
B=46.95%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1561312540.390.4800.00252.298.475.49
Hex9C83FE273000fc624b
Octal234203376476000374142113
Binary100111001000001111111110100111110000001111110011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C83FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,131,254); }

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

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

 a { background-color: rgb(156,131,254); }

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

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

 span { border-color: rgb(156,131,254); }

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