#9D83FA

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

Shades of Light Slate Blue #9D83FA

Tints of Light Slate Blue #9D83FA

Color information

#9D83FA (or 0x9D83FA) is unknown color: approx Light Slate Blue. HEX triplet: 9D, 83 and FA. RGB value is (157,131,250). Sum of RGB (Red+Green+Blue) = 157+131+250=538 (71% of max value = 765). Red value is 157 (61.72% from 255 or 29.18% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 250 (98.05% from 255 or 46.47% from 538); Max value from RGB is 250 - color contains mainly: blue. Hex color #9D83FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9D83FA is #627C05. Grayscale: #979797. Windows color (decimal): -6454278 or 16417693. OLE color: 16417693.

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

Color convert

RGB157131250-
CMYK0.370.4800.02
HSL253.11º92.25%74.71%-
HSV(B)253.11º47.6%98.04%-
XYZ39.2830.394.22-
YUV152.34183.11131.32-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 29.18%
GREEN value IS 131 (51.56% from 255) = 24.35%
BLUE value IS 250 (98.05% from 255) = 46.47%
R=29.18%
G=24.35%
B=46.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1571312500.370.4800.02253.1192.2574.71
Hex9D83FA253002fd5c4b
Octal235203372456002375134113
Binary1001110110000011111110101001011100000101111110110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D83FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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