#9883FC

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

Shades of Light Slate Blue #9883FC

Tints of Light Slate Blue #9883FC

Color information

#9883FC (or 0x9883FC) is unknown color: approx Light Slate Blue. HEX triplet: 98, 83 and FC. RGB value is (152,131,252). Sum of RGB (Red+Green+Blue) = 152+131+252=535 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.41% from 535); Green value is 131 (51.56% from 255 or 24.49% from 535); Blue value is 252 (98.83% from 255 or 47.10% from 535); Max value from RGB is 252 - color contains mainly: blue. Hex color #9883FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9883FC is #677C03. Grayscale: #969696. Windows color (decimal): -6781956 or 16548760. OLE color: 16548760.

HSL color Cylindrical-coordinate representation of color #9883FC: hue angle of 250.41º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9883FC is Cyan = 0.40, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB152131252-
CMYK0.400.4800.01
HSL250.41º95.28%75.1%-
HSV(B)250.41º48.02%98.82%-
XYZ38.6429.9495.84-
YUV151.07184.96128.66-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 28.41%
GREEN value IS 131 (51.56% from 255) = 24.49%
BLUE value IS 252 (98.83% from 255) = 47.10%
R=28.41%
G=24.49%
B=47.10%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1521312520.400.4800.01250.4195.2875.1
Hex9883FC283001fa5f4b
Octal230203374506001372137113
Binary100110001000001111111100101000110000011111101010111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9883FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9883FC; }

 p { color: rgb(152,131,252); }

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

<style>
 a { background-color: #9883FC; }

 a { background-color: rgb(152,131,252); }

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

<style>
 span { border-color: #9883FC; }

 span { border-color: rgb(152,131,252); }

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