Html Css Color HEX #794ADB Slate Blue

📋 copy color: '#794ADB'

red 121 ◦ green 74 ◦ blue 219

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

Shades of Slate Blue #794ADB

Tints of Slate Blue #794ADB

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.87%

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 29.23%
G = 17.87%
B = 52.9%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#794ADB (or 0x794ADB) is known color: Slate Blue. HEX triplet: 79, 4A and DB. RGB value is (121,74,219). Sum of RGB (Red+Green+Blue) = 121+74+219=414 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.23% from 414); Green value is 74 (29.30% from 255 or 17.87% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #794ADB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794ADB is #86B524. Grayscale: #686868. Windows color (decimal): -8828197 or 14371449. OLE color: 14371449.

HSL color Cylindrical-coordinate representation of color #794ADB: hue angle of 259.45º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #794ADB is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 74 219 -
CMYK 0.45 0.66 0 0.14
HSL 259.45º 0.67% 0.57% -
HSV(B) 259.45º 0.66% 0.86% -
XYZ 23.12 14.08 68.52 -
YUV 104.58 192.57 139.71 -
System Red Green Blue C M Y K H S L
Decimal 121 74 219 0.45 0.66 0 0.14 259.45 0.67 0.57
Hex 79 4A DB 2D 42 0 E 103 43 39
Octal 171 112 333 55 102 0 16 403 103 71
Binary 1111001 1001010 11011011 101101 1000010 0 1110 100000011 1000011 111001

Color Harmonies of #794ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794ADB

Black with #794ADB

Text Example


Text Example

White with #794ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,74,219); }

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

background-color css

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

 a { background-color: rgb(121,74,219); }

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

border-color css

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

 span { border-color: rgb(121,74,219); }

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