Html Css Color HEX #7949CC Slate Blue

📋 copy color: '#7949CC'

red 121 ◦ green 73 ◦ blue 204

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

Shades of Slate Blue #7949CC

Tints of Slate Blue #7949CC

RGB

 RED value IS 121 (47.66% from 255) = 30.4%

 GREEN value IS 73 (28.91% from 255) = 18.34%

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 30.4%
G = 18.34%
B = 51.26%

CMYK

 C value IS 0.41

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#7949CC (or 0x7949CC) is known color: Slate Blue. HEX triplet: 79, 49 and CC. RGB value is (121,73,204). Sum of RGB (Red+Green+Blue) = 121+73+204=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 73 (28.91% from 255 or 18.34% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #7949CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7949CC is #86B633. Grayscale: #656565. Windows color (decimal): -8828468 or 13388153. OLE color: 13388153.

HSL color Cylindrical-coordinate representation of color #7949CC: hue angle of 261.98º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #7949CC is Cyan = 0.41, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 121 73 204 -
CMYK 0.41 0.64 0 0.2
HSL 261.98º 0.56% 0.54% -
HSV(B) 261.98º 0.64% 0.8% -
XYZ 21.17 13.19 58.56 -
YUV 102.29 185.4 141.35 -
System Red Green Blue C M Y K H S L
Decimal 121 73 204 0.41 0.64 0 0.2 261.98 0.56 0.54
Hex 79 49 CC 29 40 0 14 106 38 36
Octal 171 111 314 51 100 0 24 406 70 66
Binary 1111001 1001001 11001100 101001 1000000 0 10100 100000110 111000 110110

Color Harmonies of #7949CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7949CC

Black with #7949CC

Text Example


Text Example

White with #7949CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7949CC; }

 p { color: rgb(121,73,204); }

 H1.HeaderClassName
 {
   color: #7949CC;
 }
 .AnyTagClassName
 {
   color: #7949CC;
 }
</style>

background-color css

<style>
 a { background-color: #7949CC; }

 a { background-color: rgb(121,73,204); }

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

border-color css

<style>
 span { border-color: #7949CC; }

 span { border-color: rgb(121,73,204); }

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