Html Css Color HEX #794BDC Slate Blue

📋 copy color: '#794BDC'

red 121 ◦ green 75 ◦ blue 220

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

Shades of Slate Blue #794BDC

Tints of Slate Blue #794BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.88%

R = 29.09%
G = 18.03%
B = 52.88%

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

#794BDC (or 0x794BDC) is known color: Slate Blue. HEX triplet: 79, 4B and DC. RGB value is (121,75,220). Sum of RGB (Red+Green+Blue) = 121+75+220=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 220 (86.33% from 255 or 52.88% from 416); Max value from RGB is 220 - color contains mainly: blue. Hex color #794BDC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794BDC is #86B423. Grayscale: #686868. Windows color (decimal): -8827940 or 14437241. OLE color: 14437241.

HSL color Cylindrical-coordinate representation of color #794BDC: hue angle of 259.03º 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 #794BDC is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 121 75 220 -
CMYK 0.45 0.66 0 0.14
HSL 259.03º 0.67% 0.58% -
HSV(B) 259.03º 0.66% 0.86% -
XYZ 23.32 14.26 69.23 -
YUV 105.28 192.74 139.21 -
System Red Green Blue C M Y K H S L
Decimal 121 75 220 0.45 0.66 0 0.14 259.03 0.67 0.58
Hex 79 4B DC 2D 42 0 E 103 43 3A
Octal 171 113 334 55 102 0 16 403 103 72
Binary 1111001 1001011 11011100 101101 1000010 0 1110 100000011 1000011 111010

Color Harmonies of #794BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794BDC

Black with #794BDC

Text Example


Text Example

White with #794BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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