Html Css Color HEX #794FCC Slate Blue

📋 copy color: '#794FCC'

red 121 ◦ green 79 ◦ blue 204

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

Shades of Slate Blue #794FCC

Tints of Slate Blue #794FCC

RGB

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

 GREEN value IS 79 (31.25% from 255) = 19.55%

 BLUE value IS 204 (80.08% from 255) = 50.5%

R = 29.95%
G = 19.55%
B = 50.5%

CMYK

 C value IS 0.41

 M value IS 0.61

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#794FCC (or 0x794FCC) is known color: Slate Blue. HEX triplet: 79, 4F and CC. RGB value is (121,79,204). Sum of RGB (Red+Green+Blue) = 121+79+204=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 79 (31.25% from 255 or 19.55% from 404); Blue value is 204 (80.08% from 255 or 50.50% from 404); Max value from RGB is 204 - color contains mainly: blue. Hex color #794FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794FCC is #86B033. Grayscale: #696969. Windows color (decimal): -8826932 or 13389689. OLE color: 13389689.

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

Color convert

RGB 121 79 204 -
CMYK 0.41 0.61 0 0.2
HSL 260.16º 0.55% 0.55% -
HSV(B) 260.16º 0.61% 0.8% -
XYZ 21.58 14.02 58.69 -
YUV 105.81 183.41 138.84 -
System Red Green Blue C M Y K H S L
Decimal 121 79 204 0.41 0.61 0 0.2 260.16 0.55 0.55
Hex 79 4F CC 29 3D 0 14 104 37 37
Octal 171 117 314 51 75 0 24 404 67 67
Binary 1111001 1001111 11001100 101001 111101 0 10100 100000100 110111 110111

Color Harmonies of #794FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794FCC

Black with #794FCC

Text Example


Text Example

White with #794FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,79,204); }

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

background-color css

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

 a { background-color: rgb(121,79,204); }

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

border-color css

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

 span { border-color: rgb(121,79,204); }

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