Html Css Color HEX #9984F5 Light Slate Blue

📋 copy color: '#9984F5'

red 153 ◦ green 132 ◦ blue 245

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

Shades of Light Slate Blue #9984F5

Tints of Light Slate Blue #9984F5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 46.23%

R = 28.87%
G = 24.91%
B = 46.23%

CMYK

 C value IS 0.38

 M value IS 0.46

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9984F5 (or 0x9984F5) is known color: Light Slate Blue. HEX triplet: 99, 84 and F5. RGB value is (153,132,245). Sum of RGB (Red+Green+Blue) = 153+132+245=530 (70% of max value = 765). Red value is 153 (60.16% from 255 or 28.87% from 530); Green value is 132 (51.95% from 255 or 24.91% from 530); Blue value is 245 (96.09% from 255 or 46.23% from 530); Max value from RGB is 245 - color contains mainly: blue. Hex color #9984F5 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9984F5 is #667B0A. Grayscale: #969696. Windows color (decimal): -6716171 or 16090265. OLE color: 16090265.

HSL color Cylindrical-coordinate representation of color #9984F5: hue angle of 251.15º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9984F5 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 132 245 -
CMYK 0.38 0.46 0 0.04
HSL 251.15º 0.85% 0.74% -
HSV(B) 251.15º 0.46% 0.96% -
XYZ 37.87 29.87 90.16 -
YUV 151.16 180.96 129.31 -
System Red Green Blue C M Y K H S L
Decimal 153 132 245 0.38 0.46 0 0.04 251.15 0.85 0.74
Hex 99 84 F5 26 2E 0 4 FB 55 4A
Octal 231 204 365 46 56 0 4 373 125 112
Binary 10011001 10000100 11110101 100110 101110 0 100 11111011 1010101 1001010

Color Harmonies of #9984F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9984F5

Black with #9984F5

Text Example


Text Example

White with #9984F5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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