#9983F8

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

Shades of Light Slate Blue #9983F8

Tints of Light Slate Blue #9983F8

Color information

#9983F8 (or 0x9983F8) is unknown color: approx Light Slate Blue. HEX triplet: 99, 83 and F8. RGB value is (153,131,248). Sum of RGB (Red+Green+Blue) = 153+131+248=532 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.76% from 532); Green value is 131 (51.56% from 255 or 24.62% from 532); Blue value is 248 (97.27% from 255 or 46.62% from 532); Max value from RGB is 248 - color contains mainly: blue. Hex color #9983F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9983F8 is #667C07. Grayscale: #969696. Windows color (decimal): -6716424 or 16286617. OLE color: 16286617.

HSL color Cylindrical-coordinate representation of color #9983F8: hue angle of 251.28º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9983F8 is Cyan = 0.38, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB153131248-
CMYK0.380.4700.03
HSL251.28º89.31%74.31%-
HSV(B)251.28º47.18%97.25%-
XYZ38.229.7892.54-
YUV150.92182.79129.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.76%
GREEN value IS 131 (51.56% from 255) = 24.62%
BLUE value IS 248 (97.27% from 255) = 46.62%
R=28.76%
G=24.62%
B=46.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1531312480.380.4700.03251.2889.3174.31
Hex9983F8262F03fb594a
Octal231203370465703373131112
Binary1001100110000011111110001001101011110111111101110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9983F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9983F8; }

 p { color: rgb(153,131,248); }

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

<style>
 a { background-color: #9983F8; }

 a { background-color: rgb(153,131,248); }

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

<style>
 span { border-color: #9983F8; }

 span { border-color: rgb(153,131,248); }

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