Html Css Color HEX #794CDB Slate Blue

📋 copy color: '#794CDB'

red 121 ◦ green 76 ◦ blue 219

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

Shades of Slate Blue #794CDB

Tints of Slate Blue #794CDB

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.27%

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

R = 29.09%
G = 18.27%
B = 52.64%

CMYK

 C value IS 0.45

 M value IS 0.65

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#794CDB (or 0x794CDB) is known color: Slate Blue. HEX triplet: 79, 4C and DB. RGB value is (121,76,219). Sum of RGB (Red+Green+Blue) = 121+76+219=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 76 (30.08% from 255 or 18.27% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #794CDB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CDB is #86B324. Grayscale: #696969. Windows color (decimal): -8827685 or 14371961. OLE color: 14371961.

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

Color convert

RGB 121 76 219 -
CMYK 0.45 0.65 0 0.14
HSL 258.88º 0.67% 0.58% -
HSV(B) 258.88º 0.65% 0.86% -
XYZ 23.26 14.35 68.56 -
YUV 105.76 191.91 138.87 -
System Red Green Blue C M Y K H S L
Decimal 121 76 219 0.45 0.65 0 0.14 258.88 0.67 0.58
Hex 79 4C DB 2D 41 0 E 103 43 3A
Octal 171 114 333 55 101 0 16 403 103 72
Binary 1111001 1001100 11011011 101101 1000001 0 1110 100000011 1000011 111010

Color Harmonies of #794CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CDB

Black with #794CDB

Text Example


Text Example

White with #794CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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