Html Css Color HEX #794ADD Slate Blue

📋 copy color: '#794ADD'

red 121 ◦ green 74 ◦ blue 221

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

Shades of Slate Blue #794ADD

Tints of Slate Blue #794ADD

RGB

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

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

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

R = 29.09%
G = 17.79%
B = 53.13%

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

#794ADD (or 0x794ADD) is known color: Slate Blue. HEX triplet: 79, 4A and DD. RGB value is (121,74,221). Sum of RGB (Red+Green+Blue) = 121+74+221=416 (55% of max value = 765). Red value is 121 (47.66% from 255 or 29.09% from 416); Green value is 74 (29.30% from 255 or 17.79% from 416); Blue value is 221 (86.72% from 255 or 53.12% from 416); Max value from RGB is 221 - color contains mainly: blue. Hex color #794ADD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794ADD is #86B522. Grayscale: #686868. Windows color (decimal): -8828195 or 14502521. OLE color: 14502521.

HSL color Cylindrical-coordinate representation of color #794ADD: hue angle of 259.18º degrees, saturation: 0.68, 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 #794ADD is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 74 221 -
CMYK 0.45 0.67 0 0.13
HSL 259.18º 0.68% 0.58% -
HSV(B) 259.18º 0.67% 0.87% -
XYZ 23.39 14.18 69.91 -
YUV 104.81 193.57 139.55 -
System Red Green Blue C M Y K H S L
Decimal 121 74 221 0.45 0.67 0 0.13 259.18 0.68 0.58
Hex 79 4A DD 2D 43 0 D 103 44 3A
Octal 171 112 335 55 103 0 15 403 104 72
Binary 1111001 1001010 11011101 101101 1000011 0 1101 100000011 1000100 111010

Color Harmonies of #794ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794ADD

Black with #794ADD

Text Example


Text Example

White with #794ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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