Html Css Color HEX #794BDB Slate Blue

📋 copy color: '#794BDB'

red 121 ◦ green 75 ◦ blue 219

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

Shades of Slate Blue #794BDB

Tints of Slate Blue #794BDB

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.07%

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

R = 29.16%
G = 18.07%
B = 52.77%

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

#794BDB (or 0x794BDB) is known color: Slate Blue. HEX triplet: 79, 4B and DB. RGB value is (121,75,219). Sum of RGB (Red+Green+Blue) = 121+75+219=415 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.16% from 415); Green value is 75 (29.69% from 255 or 18.07% from 415); Blue value is 219 (85.94% from 255 or 52.77% from 415); Max value from RGB is 219 - color contains mainly: blue. Hex color #794BDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794BDB is #86B424. Grayscale: #686868. Windows color (decimal): -8827941 or 14371705. OLE color: 14371705.

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

Color convert

RGB 121 75 219 -
CMYK 0.45 0.66 0 0.14
HSL 259.17º 0.67% 0.58% -
HSV(B) 259.17º 0.66% 0.86% -
XYZ 23.19 14.21 68.54 -
YUV 105.17 192.24 139.29 -
System Red Green Blue C M Y K H S L
Decimal 121 75 219 0.45 0.66 0 0.14 259.17 0.67 0.58
Hex 79 4B DB 2D 42 0 E 103 43 3A
Octal 171 113 333 55 102 0 16 403 103 72
Binary 1111001 1001011 11011011 101101 1000010 0 1110 100000011 1000011 111010

Color Harmonies of #794BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794BDB

Black with #794BDB

Text Example


Text Example

White with #794BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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