Html Css Color HEX #794DDA Slate Blue

📋 copy color: '#794DDA'

red 121 ◦ green 77 ◦ blue 218

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

Shades of Slate Blue #794DDA

Tints of Slate Blue #794DDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 52.4%

R = 29.09%
G = 18.51%
B = 52.4%

CMYK

 C value IS 0.44

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#794DDA (or 0x794DDA) is known color: Slate Blue. HEX triplet: 79, 4D and DA. RGB value is (121,77,218). Sum of RGB (Red+Green+Blue) = 121+77+218=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 77 (30.47% from 255 or 18.51% from 416); Blue value is 218 (85.55% from 255 or 52.40% from 416); Max value from RGB is 218 - color contains mainly: blue. Hex color #794DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DDA is #86B225. Grayscale: #696969. Windows color (decimal): -8827430 or 14306681. OLE color: 14306681.

HSL color Cylindrical-coordinate representation of color #794DDA: hue angle of 258.72º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #794DDA is Cyan = 0.44, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 121 77 218 -
CMYK 0.44 0.65 0 0.15
HSL 258.72º 0.66% 0.58% -
HSV(B) 258.72º 0.65% 0.85% -
XYZ 23.19 14.43 67.89 -
YUV 106.23 191.08 138.54 -
System Red Green Blue C M Y K H S L
Decimal 121 77 218 0.44 0.65 0 0.15 258.72 0.66 0.58
Hex 79 4D DA 2C 41 0 F 103 42 3A
Octal 171 115 332 54 101 0 17 403 102 72
Binary 1111001 1001101 11011010 101100 1000001 0 1111 100000011 1000010 111010

Color Harmonies of #794DDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DDA

Black with #794DDA

Text Example


Text Example

White with #794DDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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