Html Css Color HEX #794CCE Slate Blue

📋 copy color: '#794CCE'

red 121 ◦ green 76 ◦ blue 206

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

Shades of Slate Blue #794CCE

Tints of Slate Blue #794CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.12%

R = 30.02%
G = 18.86%
B = 51.12%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#794CCE (or 0x794CCE) is known color: Slate Blue. HEX triplet: 79, 4C and CE. RGB value is (121,76,206). Sum of RGB (Red+Green+Blue) = 121+76+206=403 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.02% from 403); Green value is 76 (30.08% from 255 or 18.86% from 403); Blue value is 206 (80.86% from 255 or 51.12% from 403); Max value from RGB is 206 - color contains mainly: blue. Hex color #794CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CCE is #86B331. Grayscale: #676767. Windows color (decimal): -8827698 or 13519993. OLE color: 13519993.

HSL color Cylindrical-coordinate representation of color #794CCE: hue angle of 260.77º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #794CCE is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 121 76 206 -
CMYK 0.41 0.63 0 0.19
HSL 260.77º 0.57% 0.55% -
HSV(B) 260.77º 0.63% 0.81% -
XYZ 21.61 13.69 59.9 -
YUV 104.28 185.41 139.93 -
System Red Green Blue C M Y K H S L
Decimal 121 76 206 0.41 0.63 0 0.19 260.77 0.57 0.55
Hex 79 4C CE 29 3F 0 13 105 39 37
Octal 171 114 316 51 77 0 23 405 71 67
Binary 1111001 1001100 11001110 101001 111111 0 10011 100000101 111001 110111

Color Harmonies of #794CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CCE

Black with #794CCE

Text Example


Text Example

White with #794CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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