Html Css Color HEX #794BCD Slate Blue

📋 copy color: '#794BCD'

red 121 ◦ green 75 ◦ blue 205

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

Shades of Slate Blue #794BCD

Tints of Slate Blue #794BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 51.12%

R = 30.17%
G = 18.7%
B = 51.12%

CMYK

 C value IS 0.41

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#794BCD (or 0x794BCD) is known color: Slate Blue. HEX triplet: 79, 4B and CD. RGB value is (121,75,205). Sum of RGB (Red+Green+Blue) = 121+75+205=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 75 (29.69% from 255 or 18.70% from 401); Blue value is 205 (80.47% from 255 or 51.12% from 401); Max value from RGB is 205 - color contains mainly: blue. Hex color #794BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794BCD is #86B432. Grayscale: #676767. Windows color (decimal): -8827955 or 13454201. OLE color: 13454201.

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

Color convert

RGB 121 75 205 -
CMYK 0.41 0.63 0 0.20
HSL 261.23º 0.57% 0.55% -
HSV(B) 261.23º 0.63% 0.8% -
XYZ 21.42 13.5 59.24 -
YUV 103.57 185.24 140.43 -
System Red Green Blue C M Y K H S L
Decimal 121 75 205 0.41 0.63 0 0.20 261.23 0.57 0.55
Hex 79 4B CD 29 3F 0 14 105 39 37
Octal 171 113 315 51 77 0 24 405 71 67
Binary 1111001 1001011 11001101 101001 111111 0 10100 100000101 111001 110111

Color Harmonies of #794BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794BCD

Black with #794BCD

Text Example


Text Example

White with #794BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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