Html Css Color HEX #9984FF Light Slate Blue

📋 copy color: '#9984FF'

red 153 ◦ green 132 ◦ blue 255

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

Shades of Light Slate Blue #9984FF

Tints of Light Slate Blue #9984FF

RGB

 RED value IS 153 (60.16% from 255) = 28.33%

 GREEN value IS 132 (51.95% from 255) = 24.44%

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

R = 28.33%
G = 24.44%
B = 47.22%

CMYK

 C value IS 0.4

 M value IS 0.48

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#9984FF (or 0x9984FF) is known color: Light Slate Blue. HEX triplet: 99, 84 and FF. RGB value is (153,132,255). Sum of RGB (Red+Green+Blue) = 153+132+255=540 (71% of max value = 765). Red value is 153 (60.16% from 255 or 28.33% from 540); Green value is 132 (51.95% from 255 or 24.44% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #9984FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9984FF is #667B00. Grayscale: #979797. Windows color (decimal): -6716161 or 16745625. OLE color: 16745625.

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

Color convert

RGB 153 132 255 -
CMYK 0.4 0.48 0 0
HSL 250.24º 1% 0.76% -
HSV(B) 250.24º 0.48% 1% -
XYZ 39.44 30.49 98.42 -
YUV 152.3 185.96 128.5 -
System Red Green Blue C M Y K H S L
Decimal 153 132 255 0.4 0.48 0 0 250.24 1 0.76
Hex 99 84 FF 28 30 0 0 FA 64 4C
Octal 231 204 377 50 60 0 0 372 144 114
Binary 10011001 10000100 11111111 101000 110000 0 0 11111010 1100100 1001100

Color Harmonies of #9984FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9984FF

Black with #9984FF

Text Example


Text Example

White with #9984FF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,132,255); }

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

background-color css

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

 a { background-color: rgb(153,132,255); }

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

border-color css

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

 span { border-color: rgb(153,132,255); }

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