Html Css Color HEX #7944D1 Slate Blue

📋 copy color: '#7944D1'

red 121 ◦ green 68 ◦ blue 209

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

Shades of Slate Blue #7944D1

Tints of Slate Blue #7944D1

RGB

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

 GREEN value IS 68 (26.95% from 255) = 17.09%

 BLUE value IS 209 (82.03% from 255) = 52.51%

R = 30.4%
G = 17.09%
B = 52.51%

CMYK

 C value IS 0.42

 M value IS 0.67

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7944D1 (or 0x7944D1) is known color: Slate Blue. HEX triplet: 79, 44 and D1. RGB value is (121,68,209). Sum of RGB (Red+Green+Blue) = 121+68+209=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 68 (26.95% from 255 or 17.09% from 398); Blue value is 209 (82.03% from 255 or 52.51% from 398); Max value from RGB is 209 - color contains mainly: blue. Hex color #7944D1 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7944D1 is #86BB2E. Grayscale: #636363. Windows color (decimal): -8829743 or 13714553. OLE color: 13714553.

HSL color Cylindrical-coordinate representation of color #7944D1: hue angle of 262.55º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #7944D1 is Cyan = 0.42, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 68 209 -
CMYK 0.42 0.67 0 0.18
HSL 262.55º 0.61% 0.54% -
HSV(B) 262.55º 0.67% 0.82% -
XYZ 21.46 12.8 61.66 -
YUV 99.92 189.56 143.04 -
System Red Green Blue C M Y K H S L
Decimal 121 68 209 0.42 0.67 0 0.18 262.55 0.61 0.54
Hex 79 44 D1 2A 43 0 12 107 3D 36
Octal 171 104 321 52 103 0 22 407 75 66
Binary 1111001 1000100 11010001 101010 1000011 0 10010 100000111 111101 110110

Color Harmonies of #7944D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7944D1

Black with #7944D1

Text Example


Text Example

White with #7944D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7944D1; }

 p { color: rgb(121,68,209); }

 H1.HeaderClassName
 {
   color: #7944D1;
 }
 .AnyTagClassName
 {
   color: #7944D1;
 }
</style>

background-color css

<style>
 a { background-color: #7944D1; }

 a { background-color: rgb(121,68,209); }

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

border-color css

<style>
 span { border-color: #7944D1; }

 span { border-color: rgb(121,68,209); }

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