Html Css Color HEX #794BD5 Slate Blue

📋 copy color: '#794BD5'

red 121 ◦ green 75 ◦ blue 213

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

Shades of Slate Blue #794BD5

Tints of Slate Blue #794BD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 52.08%

R = 29.58%
G = 18.34%
B = 52.08%

CMYK

 C value IS 0.43

 M value IS 0.65

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#794BD5 (or 0x794BD5) is known color: Slate Blue. HEX triplet: 79, 4B and D5. RGB value is (121,75,213). Sum of RGB (Red+Green+Blue) = 121+75+213=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 75 (29.69% from 255 or 18.34% from 409); Blue value is 213 (83.59% from 255 or 52.08% from 409); Max value from RGB is 213 - color contains mainly: blue. Hex color #794BD5 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794BD5 is #86B42A. Grayscale: #676767. Windows color (decimal): -8827947 or 13978489. OLE color: 13978489.

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

Color convert

RGB 121 75 213 -
CMYK 0.43 0.65 0 0.16
HSL 260º 0.62% 0.56% -
HSV(B) 260º 0.65% 0.84% -
XYZ 22.41 13.9 64.45 -
YUV 104.49 189.24 139.78 -
System Red Green Blue C M Y K H S L
Decimal 121 75 213 0.43 0.65 0 0.16 260 0.62 0.56
Hex 79 4B D5 2B 41 0 10 104 3E 38
Octal 171 113 325 53 101 0 20 404 76 70
Binary 1111001 1001011 11010101 101011 1000001 0 10000 100000100 111110 111000

Color Harmonies of #794BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794BD5

Black with #794BD5

Text Example


Text Example

White with #794BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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