Html Css Color HEX #994EFF Light Slate Blue

📋 copy color: '#994EFF'

red 153 ◦ green 78 ◦ blue 255

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

Shades of Light Slate Blue #994EFF

Tints of Light Slate Blue #994EFF

RGB

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

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

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

R = 31.48%
G = 16.05%
B = 52.47%

CMYK

 C value IS 0.4

 M value IS 0.69

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#994EFF (or 0x994EFF) is known color: Light Slate Blue. HEX triplet: 99, 4E and FF. RGB value is (153,78,255). Sum of RGB (Red+Green+Blue) = 153+78+255=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 78 (30.86% from 255 or 16.05% 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 #994EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994EFF is #66B100. Grayscale: #777777. Windows color (decimal): -6729985 or 16731801. OLE color: 16731801.

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

Color convert

RGB 153 78 255 -
CMYK 0.4 0.69 0 0
HSL 265.42º 1% 0.65% -
HSV(B) 265.42º 0.69% 1% -
XYZ 33.91 19.44 96.57 -
YUV 120.6 203.85 151.11 -
System Red Green Blue C M Y K H S L
Decimal 153 78 255 0.4 0.69 0 0 265.42 1 0.65
Hex 99 4E FF 28 45 0 0 109 64 41
Octal 231 116 377 50 105 0 0 411 144 101
Binary 10011001 1001110 11111111 101000 1000101 0 0 100001001 1100100 1000001

Color Harmonies of #994EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994EFF

Black with #994EFF

Text Example


Text Example

White with #994EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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