Html Css Color HEX #984EFC Light Slate Blue

📋 copy color: '#984EFC'

red 152 ◦ green 78 ◦ blue 252

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

Shades of Light Slate Blue #984EFC

Tints of Light Slate Blue #984EFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 31.54%
G = 16.18%
B = 52.28%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#984EFC (or 0x984EFC) is known color: Light Slate Blue. HEX triplet: 98, 4E and FC. RGB value is (152,78,252). Sum of RGB (Red+Green+Blue) = 152+78+252=482 (63% of max value = 765). Red value is 152 (59.77% from 255 or 31.54% from 482); Green value is 78 (30.86% from 255 or 16.18% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #984EFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #984EFC is #67B103. Grayscale: #777777. Windows color (decimal): -6795524 or 16535192. OLE color: 16535192.

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

Color convert

RGB 152 78 252 -
CMYK 0.40 0.69 0 0.01
HSL 265.52º 0.97% 0.65% -
HSV(B) 265.52º 0.69% 0.99% -
XYZ 33.24 19.15 94.04 -
YUV 119.96 202.52 150.85 -
System Red Green Blue C M Y K H S L
Decimal 152 78 252 0.40 0.69 0 0.01 265.52 0.97 0.65
Hex 98 4E FC 28 45 0 1 10A 61 41
Octal 230 116 374 50 105 0 1 412 141 101
Binary 10011000 1001110 11111100 101000 1000101 0 1 100001010 1100001 1000001

Color Harmonies of #984EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #984EFC

Black with #984EFC

Text Example


Text Example

White with #984EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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