Html Css Color HEX #794DD7 Slate Blue

📋 copy color: '#794DD7'

red 121 ◦ green 77 ◦ blue 215

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

Shades of Slate Blue #794DD7

Tints of Slate Blue #794DD7

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.64%

 BLUE value IS 215 (84.38% from 255) = 52.06%

R = 29.3%
G = 18.64%
B = 52.06%

CMYK

 C value IS 0.44

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#794DD7 (or 0x794DD7) is known color: Slate Blue. HEX triplet: 79, 4D and D7. RGB value is (121,77,215). Sum of RGB (Red+Green+Blue) = 121+77+215=413 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.30% from 413); Green value is 77 (30.47% from 255 or 18.64% from 413); Blue value is 215 (84.38% from 255 or 52.06% from 413); Max value from RGB is 215 - color contains mainly: blue. Hex color #794DD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DD7 is #86B228. Grayscale: #696969. Windows color (decimal): -8827433 or 14110073. OLE color: 14110073.

HSL color Cylindrical-coordinate representation of color #794DD7: hue angle of 259.13º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #794DD7 is Cyan = 0.44, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 77 215 -
CMYK 0.44 0.64 0 0.16
HSL 259.13º 0.63% 0.57% -
HSV(B) 259.13º 0.64% 0.84% -
XYZ 22.8 14.28 65.84 -
YUV 105.89 189.58 138.78 -
System Red Green Blue C M Y K H S L
Decimal 121 77 215 0.44 0.64 0 0.16 259.13 0.63 0.57
Hex 79 4D D7 2C 40 0 10 103 3F 39
Octal 171 115 327 54 100 0 20 403 77 71
Binary 1111001 1001101 11010111 101100 1000000 0 10000 100000011 111111 111001

Color Harmonies of #794DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DD7

Black with #794DD7

Text Example


Text Example

White with #794DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #794DD7; }

 p { color: rgb(121,77,215); }

 H1.HeaderClassName
 {
   color: #794DD7;
 }
 .AnyTagClassName
 {
   color: #794DD7;
 }
</style>

background-color css

<style>
 a { background-color: #794DD7; }

 a { background-color: rgb(121,77,215); }

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

border-color css

<style>
 span { border-color: #794DD7; }

 span { border-color: rgb(121,77,215); }

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