Html Css Color HEX #9883FF Light Slate Blue

📋 copy color: '#9883FF'

red 152 ◦ green 131 ◦ blue 255

#9883FF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Slate Blue #9883FF

Tints of Light Slate Blue #9883FF

RGB

 RED value IS 152 (59.77% from 255) = 28.25%

 GREEN value IS 131 (51.56% from 255) = 24.35%

 BLUE value IS 255 (100% from 255) = 47.4%

R = 28.25%
G = 24.35%
B = 47.4%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9883FF (or 0x9883FF) is known color: Light Slate Blue. HEX triplet: 98, 83 and FF. RGB value is (152,131,255). Sum of RGB (Red+Green+Blue) = 152+131+255=538 (71% of max value = 765). Red value is 152 (59.77% from 255 or 28.25% from 538); Green value is 131 (51.56% from 255 or 24.35% from 538); Blue value is 255 (100% from 255 or 47.40% from 538); Max value from RGB is 255 - color contains mainly: blue. Hex color #9883FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9883FF is #677C00. Grayscale: #969696. Windows color (decimal): -6781953 or 16745368. OLE color: 16745368.

HSL color Cylindrical-coordinate representation of color #9883FF: hue angle of 250.16º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9883FF is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 152 131 255 -
CMYK 0.40 0.49 0 0
HSL 250.16º 1% 0.76% -
HSV(B) 250.16º 0.49% 1% -
XYZ 39.12 30.13 98.36 -
YUV 151.42 186.46 128.42 -
System Red Green Blue C M Y K H S L
Decimal 152 131 255 0.40 0.49 0 0 250.16 1 0.76
Hex 98 83 FF 28 31 0 0 FA 64 4C
Octal 230 203 377 50 61 0 0 372 144 114
Binary 10011000 10000011 11111111 101000 110001 0 0 11111010 1100100 1001100

Color Harmonies of #9883FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9883FF

Black with #9883FF

Text Example


Text Example

White with #9883FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9883FF;
 }
 .AnyTagClassName
 {
   color: #9883FF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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