Html Css Color HEX #984EFF Light Slate Blue

📋 copy color: '#984EFF'

red 152 ◦ green 78 ◦ blue 255

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

Shades of Light Slate Blue #984EFF

Tints of Light Slate Blue #984EFF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 16.08%

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

R = 31.34%
G = 16.08%
B = 52.58%

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

#984EFF (or 0x984EFF) is known color: Light Slate Blue. HEX triplet: 98, 4E and FF. RGB value is (152,78,255). Sum of RGB (Red+Green+Blue) = 152+78+255=485 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.34% from 485); Green value is 78 (30.86% from 255 or 16.08% from 485); Blue value is 255 (100% from 255 or 52.58% from 485); Max value from RGB is 255 - color contains mainly: blue. Hex color #984EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #984EFF is #67B100. Grayscale: #777777. Windows color (decimal): -6795521 or 16731800. OLE color: 16731800.

HSL color Cylindrical-coordinate representation of color #984EFF: hue angle of 265.08º 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 #984EFF is Cyan = 0.40, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 152 78 255 -
CMYK 0.40 0.69 0 0
HSL 265.08º 1% 0.65% -
HSV(B) 265.08º 0.69% 1% -
XYZ 33.72 19.34 96.56 -
YUV 120.3 204.02 150.61 -
System Red Green Blue C M Y K H S L
Decimal 152 78 255 0.40 0.69 0 0 265.08 1 0.65
Hex 98 4E FF 28 45 0 0 109 64 41
Octal 230 116 377 50 105 0 0 411 144 101
Binary 10011000 1001110 11111111 101000 1000101 0 0 100001001 1100100 1000001

Color Harmonies of #984EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984EFF

Black with #984EFF

Text Example


Text Example

White with #984EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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