Html Css Color HEX #994FFF Light Slate Blue

📋 copy color: '#994FFF'

red 153 ◦ green 79 ◦ blue 255

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

Shades of Light Slate Blue #994FFF

Tints of Light Slate Blue #994FFF

RGB

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

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

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

R = 31.42%
G = 16.22%
B = 52.36%

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

#994FFF (or 0x994FFF) is known color: Light Slate Blue. HEX triplet: 99, 4F and FF. RGB value is (153,79,255). Sum of RGB (Red+Green+Blue) = 153+79+255=487 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.42% from 487); Green value is 79 (31.25% from 255 or 16.22% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #994FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994FFF is #66B000. Grayscale: #787878. Windows color (decimal): -6729729 or 16732057. OLE color: 16732057.

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

Color convert

RGB 153 79 255 -
CMYK 0.4 0.69 0 0
HSL 265.23º 1% 0.65% -
HSV(B) 265.23º 0.69% 1% -
XYZ 33.98 19.58 96.6 -
YUV 121.19 203.52 150.69 -
System Red Green Blue C M Y K H S L
Decimal 153 79 255 0.4 0.69 0 0 265.23 1 0.65
Hex 99 4F FF 28 45 0 0 109 64 41
Octal 231 117 377 50 105 0 0 411 144 101
Binary 10011001 1001111 11111111 101000 1000101 0 0 100001001 1100100 1000001

Color Harmonies of #994FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994FFF

Black with #994FFF

Text Example


Text Example

White with #994FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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