Html Css Color HEX #794DCA Slate Blue

📋 copy color: '#794DCA'

red 121 ◦ green 77 ◦ blue 202

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

Shades of Slate Blue #794DCA

Tints of Slate Blue #794DCA

RGB

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

 GREEN value IS 77 (30.47% from 255) = 19.25%

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

R = 30.25%
G = 19.25%
B = 50.5%

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

#794DCA (or 0x794DCA) is known color: Slate Blue. HEX triplet: 79, 4D and CA. RGB value is (121,77,202). Sum of RGB (Red+Green+Blue) = 121+77+202=400 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.25% from 400); Green value is 77 (30.47% from 255 or 19.25% from 400); Blue value is 202 (79.30% from 255 or 50.5% from 400); Max value from RGB is 202 - color contains mainly: blue. Hex color #794DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DCA is #86B235. Grayscale: #676767. Windows color (decimal): -8827446 or 13258105. OLE color: 13258105.

HSL color Cylindrical-coordinate representation of color #794DCA: hue angle of 261.12º 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 #794DCA is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 121 77 202 -
CMYK 0.40 0.62 0 0.21
HSL 261.12º 0.54% 0.55% -
HSV(B) 261.12º 0.62% 0.79% -
XYZ 21.2 13.64 57.39 -
YUV 104.41 183.08 139.84 -
System Red Green Blue C M Y K H S L
Decimal 121 77 202 0.40 0.62 0 0.21 261.12 0.54 0.55
Hex 79 4D CA 28 3E 0 15 105 36 37
Octal 171 115 312 50 76 0 25 405 66 67
Binary 1111001 1001101 11001010 101000 111110 0 10101 100000101 110110 110111

Color Harmonies of #794DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DCA

Black with #794DCA

Text Example


Text Example

White with #794DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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