Html Css Color HEX #794CD6 Slate Blue

📋 copy color: '#794CD6'

red 121 ◦ green 76 ◦ blue 214

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

Shades of Slate Blue #794CD6

Tints of Slate Blue #794CD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 52.07%

R = 29.44%
G = 18.49%
B = 52.07%

CMYK

 C value IS 0.43

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#794CD6 (or 0x794CD6) is known color: Slate Blue. HEX triplet: 79, 4C and D6. RGB value is (121,76,214). Sum of RGB (Red+Green+Blue) = 121+76+214=411 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.44% from 411); Green value is 76 (30.08% from 255 or 18.49% from 411); Blue value is 214 (83.98% from 255 or 52.07% from 411); Max value from RGB is 214 - color contains mainly: blue. Hex color #794CD6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CD6 is #86B329. Grayscale: #686868. Windows color (decimal): -8827690 or 14044281. OLE color: 14044281.

HSL color Cylindrical-coordinate representation of color #794CD6: hue angle of 259.57º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #794CD6 is Cyan = 0.43, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 121 76 214 -
CMYK 0.43 0.64 0 0.16
HSL 259.57º 0.63% 0.57% -
HSV(B) 259.57º 0.64% 0.84% -
XYZ 22.61 14.09 65.15 -
YUV 105.19 189.41 139.28 -
System Red Green Blue C M Y K H S L
Decimal 121 76 214 0.43 0.64 0 0.16 259.57 0.63 0.57
Hex 79 4C D6 2B 40 0 10 104 3F 39
Octal 171 114 326 53 100 0 20 404 77 71
Binary 1111001 1001100 11010110 101011 1000000 0 10000 100000100 111111 111001

Color Harmonies of #794CD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CD6

Black with #794CD6

Text Example


Text Example

White with #794CD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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