Html Css Color HEX #794ADE Slate Blue

📋 copy color: '#794ADE'

red 121 ◦ green 74 ◦ blue 222

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

Shades of Slate Blue #794ADE

Tints of Slate Blue #794ADE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 17.75%

 BLUE value IS 222 (87.11% from 255) = 53.24%

R = 29.02%
G = 17.75%
B = 53.24%

CMYK

 C value IS 0.45

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#794ADE (or 0x794ADE) is known color: Slate Blue. HEX triplet: 79, 4A and DE. RGB value is (121,74,222). Sum of RGB (Red+Green+Blue) = 121+74+222=417 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.02% from 417); Green value is 74 (29.30% from 255 or 17.75% from 417); Blue value is 222 (87.11% from 255 or 53.24% from 417); Max value from RGB is 222 - color contains mainly: blue. Hex color #794ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794ADE is #86B521. Grayscale: #686868. Windows color (decimal): -8828194 or 14568057. OLE color: 14568057.

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

Color convert

RGB 121 74 222 -
CMYK 0.45 0.67 0 0.13
HSL 259.05º 0.69% 0.58% -
HSV(B) 259.05º 0.67% 0.87% -
XYZ 23.52 14.24 70.62 -
YUV 104.93 194.07 139.47 -
System Red Green Blue C M Y K H S L
Decimal 121 74 222 0.45 0.67 0 0.13 259.05 0.69 0.58
Hex 79 4A DE 2D 43 0 D 103 45 3A
Octal 171 112 336 55 103 0 15 403 105 72
Binary 1111001 1001010 11011110 101101 1000011 0 1101 100000011 1000101 111010

Color Harmonies of #794ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794ADE

Black with #794ADE

Text Example


Text Example

White with #794ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,74,222); }

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

background-color css

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

 a { background-color: rgb(121,74,222); }

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

border-color css

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

 span { border-color: rgb(121,74,222); }

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