Html Css Color HEX #9883FA Light Slate Blue

📋 copy color: '#9883FA'

red 152 ◦ green 131 ◦ blue 250

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

Shades of Light Slate Blue #9883FA

Tints of Light Slate Blue #9883FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 46.9%

R = 28.52%
G = 24.58%
B = 46.9%

CMYK

 C value IS 0.39

 M value IS 0.48

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#9883FA (or 0x9883FA) is known color: Light Slate Blue. HEX triplet: 98, 83 and FA. RGB value is (152,131,250). Sum of RGB (Red+Green+Blue) = 152+131+250=533 (70% of max value = 765). Red value is 152 (59.77% from 255 or 28.52% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 250 (98.05% from 255 or 46.90% from 533); Max value from RGB is 250 - color contains mainly: blue. Hex color #9883FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9883FA is #677C05. Grayscale: #969696. Windows color (decimal): -6781958 or 16417688. OLE color: 16417688.

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

Color convert

RGB 152 131 250 -
CMYK 0.39 0.48 0 0.02
HSL 250.59º 0.92% 0.75% -
HSV(B) 250.59º 0.48% 0.98% -
XYZ 38.32 29.81 94.18 -
YUV 150.85 183.96 128.82 -
System Red Green Blue C M Y K H S L
Decimal 152 131 250 0.39 0.48 0 0.02 250.59 0.92 0.75
Hex 98 83 FA 27 30 0 2 FB 5C 4B
Octal 230 203 372 47 60 0 2 373 134 113
Binary 10011000 10000011 11111010 100111 110000 0 10 11111011 1011100 1001011

Color Harmonies of #9883FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9883FA

Black with #9883FA

Text Example


Text Example

White with #9883FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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