Html Css Color HEX #794BD0 Slate Blue

📋 copy color: '#794BD0'

red 121 ◦ green 75 ◦ blue 208

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

Shades of Slate Blue #794BD0

Tints of Slate Blue #794BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 51.49%

R = 29.95%
G = 18.56%
B = 51.49%

CMYK

 C value IS 0.42

 M value IS 0.64

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#794BD0 (or 0x794BD0) is known color: Slate Blue. HEX triplet: 79, 4B and D0. RGB value is (121,75,208). Sum of RGB (Red+Green+Blue) = 121+75+208=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 75 (29.69% from 255 or 18.56% from 404); Blue value is 208 (81.64% from 255 or 51.49% from 404); Max value from RGB is 208 - color contains mainly: blue. Hex color #794BD0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794BD0 is #86B42F. Grayscale: #676767. Windows color (decimal): -8827952 or 13650809. OLE color: 13650809.

HSL color Cylindrical-coordinate representation of color #794BD0: hue angle of 260.75º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #794BD0 is Cyan = 0.42, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 121 75 208 -
CMYK 0.42 0.64 0 0.18
HSL 260.75º 0.59% 0.55% -
HSV(B) 260.75º 0.64% 0.82% -
XYZ 21.79 13.65 61.16 -
YUV 103.92 186.74 140.19 -
System Red Green Blue C M Y K H S L
Decimal 121 75 208 0.42 0.64 0 0.18 260.75 0.59 0.55
Hex 79 4B D0 2A 40 0 12 105 3B 37
Octal 171 113 320 52 100 0 22 405 73 67
Binary 1111001 1001011 11010000 101010 1000000 0 10010 100000101 111011 110111

Color Harmonies of #794BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794BD0

Black with #794BD0

Text Example


Text Example

White with #794BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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