#9D83FE

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

Shades of Light Slate Blue #9D83FE

Tints of Light Slate Blue #9D83FE

Color information

#9D83FE (or 0x9D83FE) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 83 and FE. RGB value is (157,131,254). Sum of RGB (Red+Green+Blue) = 157+131+254=542 (71% of max value = 765). Red value is 157 (61.72% from 255 or 28.97% from 542); Green value is 131 (51.56% from 255 or 24.17% from 542); Blue value is 254 (99.61% from 255 or 46.86% from 542); Max value from RGB is 254 - color contains mainly: blue. Hex color #9D83FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D83FE is #627C01. Grayscale: #989898. Windows color (decimal): -6454274 or 16679837. OLE color: 16679837.

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

Color convert

RGB157131254-
CMYK0.380.4800.00
HSL252.68º98.4%75.49%-
HSV(B)252.68º48.43%99.61%-
XYZ39.9130.5697.56-
YUV152.8185.11131-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 28.97%
GREEN value IS 131 (51.56% from 255) = 24.17%
BLUE value IS 254 (99.61% from 255) = 46.86%
R=28.97%
G=24.17%
B=46.86%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1571312540.380.4800.00252.6898.475.49
Hex9D83FE263000fd624b
Octal235203376466000375142113
Binary100111011000001111111110100110110000001111110111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D83FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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