#9983FB

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

Shades of Light Slate Blue #9983FB

Tints of Light Slate Blue #9983FB

Color information

#9983FB (or 0x9983FB) is unknown color: approx Light Slate Blue. HEX triplet: 99, 83 and FB. RGB value is (153,131,251). Sum of RGB (Red+Green+Blue) = 153+131+251=535 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.60% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 251 (98.44% from 255 or 46.92% from 535); Max value from RGB is 251 - color contains mainly: blue. Hex color #9983FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9983FB is #667C04. Grayscale: #969696. Windows color (decimal): -6716421 or 16483225. OLE color: 16483225.

HSL color Cylindrical-coordinate representation of color #9983FB: hue angle of 251º degrees, saturation: 0.94, 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 #9983FB is Cyan = 0.39, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB153131251-
CMYK0.390.4800.02
HSL251º93.75%74.9%-
HSV(B)251º47.81%98.43%-
XYZ38.6729.9795.01-
YUV151.26184.29129.24-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 28.60%
GREEN value IS 131 (51.56% from 255) = 24.49%
BLUE value IS 251 (98.44% from 255) = 46.92%
R=28.60%
G=24.49%
B=46.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1531312510.390.4800.0225193.7574.9
Hex9983FB273002fb5e4b
Octal231203373476002373136113
Binary1001100110000011111110111001111100000101111101110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9983FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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