Html Css Color HEX #9982F4 Light Slate Blue

📋 copy color: '#9982F4'

red 153 ◦ green 130 ◦ blue 244

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

Shades of Light Slate Blue #9982F4

Tints of Light Slate Blue #9982F4

RGB

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

 GREEN value IS 130 (51.17% from 255) = 24.67%

 BLUE value IS 244 (95.7% from 255) = 46.3%

R = 29.03%
G = 24.67%
B = 46.3%

CMYK

 C value IS 0.37

 M value IS 0.47

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#9982F4 (or 0x9982F4) is known color: Light Slate Blue. HEX triplet: 99, 82 and F4. RGB value is (153,130,244). Sum of RGB (Red+Green+Blue) = 153+130+244=527 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.03% from 527); Green value is 130 (51.17% from 255 or 24.67% from 527); Blue value is 244 (95.70% from 255 or 46.30% from 527); Max value from RGB is 244 - color contains mainly: blue. Hex color #9982F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9982F4 is #667D0B. Grayscale: #959595. Windows color (decimal): -6716684 or 16024217. OLE color: 16024217.

HSL color Cylindrical-coordinate representation of color #9982F4: hue angle of 252.11º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9982F4 is Cyan = 0.37, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 153 130 244 -
CMYK 0.37 0.47 0 0.04
HSL 252.11º 0.84% 0.73% -
HSV(B) 252.11º 0.47% 0.96% -
XYZ 37.45 29.27 89.26 -
YUV 149.87 181.12 130.23 -
System Red Green Blue C M Y K H S L
Decimal 153 130 244 0.37 0.47 0 0.04 252.11 0.84 0.73
Hex 99 82 F4 25 2F 0 4 FC 54 49
Octal 231 202 364 45 57 0 4 374 124 111
Binary 10011001 10000010 11110100 100101 101111 0 100 11111100 1010100 1001001

Color Harmonies of #9982F4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9982F4

Black with #9982F4

Text Example


Text Example

White with #9982F4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9982F4; }

 p { color: rgb(153,130,244); }

 H1.HeaderClassName
 {
   color: #9982F4;
 }
 .AnyTagClassName
 {
   color: #9982F4;
 }
</style>

background-color css

<style>
 a { background-color: #9982F4; }

 a { background-color: rgb(153,130,244); }

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

border-color css

<style>
 span { border-color: #9982F4; }

 span { border-color: rgb(153,130,244); }

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