Html Css Color HEX #794BDD Slate Blue

📋 copy color: '#794BDD'

red 121 ◦ green 75 ◦ blue 221

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

Shades of Slate Blue #794BDD

Tints of Slate Blue #794BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 53%

R = 29.02%
G = 17.99%
B = 53%

CMYK

 C value IS 0.45

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#794BDD (or 0x794BDD) is known color: Slate Blue. HEX triplet: 79, 4B and DD. RGB value is (121,75,221). Sum of RGB (Red+Green+Blue) = 121+75+221=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 75 (29.69% from 255 or 17.99% from 417); Blue value is 221 (86.72% from 255 or 53.00% from 417); Max value from RGB is 221 - color contains mainly: blue. Hex color #794BDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794BDD is #86B422. Grayscale: #686868. Windows color (decimal): -8827939 or 14502777. OLE color: 14502777.

HSL color Cylindrical-coordinate representation of color #794BDD: hue angle of 258.9º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #794BDD is Cyan = 0.45, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 75 221 -
CMYK 0.45 0.66 0 0.13
HSL 258.9º 0.68% 0.58% -
HSV(B) 258.9º 0.66% 0.87% -
XYZ 23.45 14.32 69.93 -
YUV 105.4 193.24 139.13 -
System Red Green Blue C M Y K H S L
Decimal 121 75 221 0.45 0.66 0 0.13 258.9 0.68 0.58
Hex 79 4B DD 2D 42 0 D 103 44 3A
Octal 171 113 335 55 102 0 15 403 104 72
Binary 1111001 1001011 11011101 101101 1000010 0 1101 100000011 1000100 111010

Color Harmonies of #794BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794BDD

Black with #794BDD

Text Example


Text Example

White with #794BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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