Html Css Color HEX #984DFF Light Slate Blue

📋 copy color: '#984DFF'

red 152 ◦ green 77 ◦ blue 255

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

Shades of Light Slate Blue #984DFF

Tints of Light Slate Blue #984DFF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 15.91%

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

R = 31.4%
G = 15.91%
B = 52.69%

CMYK

 C value IS 0.40

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#984DFF (or 0x984DFF) is known color: Light Slate Blue. HEX triplet: 98, 4D and FF. RGB value is (152,77,255). Sum of RGB (Red+Green+Blue) = 152+77+255=484 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.40% from 484); Green value is 77 (30.47% from 255 or 15.91% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #984DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #984DFF is #67B200. Grayscale: #777777. Windows color (decimal): -6795777 or 16731544. OLE color: 16731544.

HSL color Cylindrical-coordinate representation of color #984DFF: hue angle of 265.28º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #984DFF is Cyan = 0.40, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 152 77 255 -
CMYK 0.40 0.70 0 0
HSL 265.28º 1% 0.65% -
HSV(B) 265.28º 0.7% 1% -
XYZ 33.65 19.2 96.54 -
YUV 119.72 204.35 151.03 -
System Red Green Blue C M Y K H S L
Decimal 152 77 255 0.40 0.70 0 0 265.28 1 0.65
Hex 98 4D FF 28 46 0 0 109 64 41
Octal 230 115 377 50 106 0 0 411 144 101
Binary 10011000 1001101 11111111 101000 1000110 0 0 100001001 1100100 1000001

Color Harmonies of #984DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984DFF

Black with #984DFF

Text Example


Text Example

White with #984DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #984DFF; }

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

 H1.HeaderClassName
 {
   color: #984DFF;
 }
 .AnyTagClassName
 {
   color: #984DFF;
 }
</style>

background-color css

<style>
 a { background-color: #984DFF; }

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

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

border-color css

<style>
 span { border-color: #984DFF; }

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

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