Html Css Color HEX #994FFE Light Slate Blue

📋 copy color: '#994FFE'

red 153 ◦ green 79 ◦ blue 254

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

Shades of Light Slate Blue #994FFE

Tints of Light Slate Blue #994FFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.26%

R = 31.48%
G = 16.26%
B = 52.26%

CMYK

 C value IS 0.40

 M value IS 0.69

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#994FFE (or 0x994FFE) is known color: Light Slate Blue. HEX triplet: 99, 4F and FE. RGB value is (153,79,254). Sum of RGB (Red+Green+Blue) = 153+79+254=486 (64% of max value = 765). Red value is 153 (60.16% from 255 or 31.48% from 486); Green value is 79 (31.25% from 255 or 16.26% from 486); Blue value is 254 (99.61% from 255 or 52.26% from 486); Max value from RGB is 254 - color contains mainly: blue. Hex color #994FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994FFE is #66B001. Grayscale: #787878. Windows color (decimal): -6729730 or 16666521. OLE color: 16666521.

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

Color convert

RGB 153 79 254 -
CMYK 0.40 0.69 0 0.00
HSL 265.37º 0.99% 0.65% -
HSV(B) 265.37º 0.69% 1% -
XYZ 33.82 19.52 95.75 -
YUV 121.08 203.02 150.77 -
System Red Green Blue C M Y K H S L
Decimal 153 79 254 0.40 0.69 0 0.00 265.37 0.99 0.65
Hex 99 4F FE 28 45 0 0 109 63 41
Octal 231 117 376 50 105 0 0 411 143 101
Binary 10011001 1001111 11111110 101000 1000101 0 0 100001001 1100011 1000001

Color Harmonies of #994FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994FFE

Black with #994FFE

Text Example


Text Example

White with #994FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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