Html Css Color HEX #794CCA Slate Blue

📋 copy color: '#794CCA'

red 121 ◦ green 76 ◦ blue 202

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

Shades of Slate Blue #794CCA

Tints of Slate Blue #794CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 50.63%

R = 30.33%
G = 19.05%
B = 50.63%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#794CCA (or 0x794CCA) is known color: Slate Blue. HEX triplet: 79, 4C and CA. RGB value is (121,76,202). Sum of RGB (Red+Green+Blue) = 121+76+202=399 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.33% from 399); Green value is 76 (30.08% from 255 or 19.05% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #794CCA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CCA is #86B335. Grayscale: #676767. Windows color (decimal): -8827702 or 13257849. OLE color: 13257849.

HSL color Cylindrical-coordinate representation of color #794CCA: hue angle of 261.43º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #794CCA is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 76 202 -
CMYK 0.40 0.62 0 0.21
HSL 261.43º 0.54% 0.55% -
HSV(B) 261.43º 0.62% 0.79% -
XYZ 21.13 13.5 57.37 -
YUV 103.82 183.41 140.25 -
System Red Green Blue C M Y K H S L
Decimal 121 76 202 0.40 0.62 0 0.21 261.43 0.54 0.55
Hex 79 4C CA 28 3E 0 15 105 36 37
Octal 171 114 312 50 76 0 25 405 66 67
Binary 1111001 1001100 11001010 101000 111110 0 10101 100000101 110110 110111

Color Harmonies of #794CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CCA

Black with #794CCA

Text Example


Text Example

White with #794CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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