Html Css Color HEX #794CE0 Slate Blue

📋 copy color: '#794CE0'

red 121 ◦ green 76 ◦ blue 224

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

Shades of Slate Blue #794CE0

Tints of Slate Blue #794CE0

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.05%

 BLUE value IS 224 (87.89% from 255) = 53.21%

R = 28.74%
G = 18.05%
B = 53.21%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#794CE0 (or 0x794CE0) is known color: Slate Blue. HEX triplet: 79, 4C and E0. RGB value is (121,76,224). Sum of RGB (Red+Green+Blue) = 121+76+224=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 76 (30.08% from 255 or 18.05% from 421); Blue value is 224 (87.89% from 255 or 53.21% from 421); Max value from RGB is 224 - color contains mainly: blue. Hex color #794CE0 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CE0 is #86B31F. Grayscale: #696969. Windows color (decimal): -8827680 or 14699641. OLE color: 14699641.

HSL color Cylindrical-coordinate representation of color #794CE0: hue angle of 258.24º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #794CE0 is Cyan = 0.46, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 121 76 224 -
CMYK 0.46 0.66 0 0.12
HSL 258.24º 0.7% 0.59% -
HSV(B) 258.24º 0.66% 0.88% -
XYZ 23.92 14.62 72.08 -
YUV 106.33 194.41 138.47 -
System Red Green Blue C M Y K H S L
Decimal 121 76 224 0.46 0.66 0 0.12 258.24 0.7 0.59
Hex 79 4C E0 2E 42 0 C 102 46 3B
Octal 171 114 340 56 102 0 14 402 106 73
Binary 1111001 1001100 11100000 101110 1000010 0 1100 100000010 1000110 111011

Color Harmonies of #794CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CE0

Black with #794CE0

Text Example


Text Example

White with #794CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,76,224); }

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

background-color css

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

 a { background-color: rgb(121,76,224); }

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

border-color css

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

 span { border-color: rgb(121,76,224); }

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