Html Css Color HEX #984FFF Light Slate Blue

📋 copy color: '#984FFF'

red 152 ◦ green 79 ◦ blue 255

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

Shades of Light Slate Blue #984FFF

Tints of Light Slate Blue #984FFF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 16.26%

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

R = 31.28%
G = 16.26%
B = 52.47%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#984FFF (or 0x984FFF) is known color: Light Slate Blue. HEX triplet: 98, 4F and FF. RGB value is (152,79,255). Sum of RGB (Red+Green+Blue) = 152+79+255=486 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.28% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #984FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #984FFF is #67B000. Grayscale: #787878. Windows color (decimal): -6795265 or 16732056. OLE color: 16732056.

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

Color convert

RGB 152 79 255 -
CMYK 0.40 0.69 0 0
HSL 264.89º 1% 0.65% -
HSV(B) 264.89º 0.69% 1% -
XYZ 33.79 19.49 96.59 -
YUV 120.89 203.68 150.19 -
System Red Green Blue C M Y K H S L
Decimal 152 79 255 0.40 0.69 0 0 264.89 1 0.65
Hex 98 4F FF 28 45 0 0 109 64 41
Octal 230 117 377 50 105 0 0 411 144 101
Binary 10011000 1001111 11111111 101000 1000101 0 0 100001001 1100100 1000001

Color Harmonies of #984FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984FFF

Black with #984FFF

Text Example


Text Example

White with #984FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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