Html Css Color HEX #994FFB Light Slate Blue

📋 copy color: '#994FFB'

red 153 ◦ green 79 ◦ blue 251

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

Shades of Light Slate Blue #994FFB

Tints of Light Slate Blue #994FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 51.97%

R = 31.68%
G = 16.36%
B = 51.97%

CMYK

 C value IS 0.39

 M value IS 0.69

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#994FFB (or 0x994FFB) is known color: Light Slate Blue. HEX triplet: 99, 4F and FB. RGB value is (153,79,251). Sum of RGB (Red+Green+Blue) = 153+79+251=483 (63% of max value = 765). Red value is 153 (60.16% from 255 or 31.68% from 483); Green value is 79 (31.25% from 255 or 16.36% from 483); Blue value is 251 (98.44% from 255 or 51.97% from 483); Max value from RGB is 251 - color contains mainly: blue. Hex color #994FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #994FFB is #66B004. Grayscale: #787878. Windows color (decimal): -6729733 or 16469913. OLE color: 16469913.

HSL color Cylindrical-coordinate representation of color #994FFB: hue angle of 265.81º degrees, saturation: 0.96, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #994FFB is Cyan = 0.39, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 153 79 251 -
CMYK 0.39 0.69 0 0.02
HSL 265.81º 0.96% 0.65% -
HSV(B) 265.81º 0.69% 0.98% -
XYZ 33.35 19.33 93.24 -
YUV 120.73 201.52 151.01 -
System Red Green Blue C M Y K H S L
Decimal 153 79 251 0.39 0.69 0 0.02 265.81 0.96 0.65
Hex 99 4F FB 27 45 0 2 10A 60 41
Octal 231 117 373 47 105 0 2 412 140 101
Binary 10011001 1001111 11111011 100111 1000101 0 10 100001010 1100000 1000001

Color Harmonies of #994FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #994FFB

Black with #994FFB

Text Example


Text Example

White with #994FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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