Html Css Color HEX #794EDF Slate Blue

📋 copy color: '#794EDF'

red 121 ◦ green 78 ◦ blue 223

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

Shades of Slate Blue #794EDF

Tints of Slate Blue #794EDF

RGB

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

 GREEN value IS 78 (30.86% from 255) = 18.48%

 BLUE value IS 223 (87.5% from 255) = 52.84%

R = 28.67%
G = 18.48%
B = 52.84%

CMYK

 C value IS 0.46

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#794EDF (or 0x794EDF) is known color: Slate Blue. HEX triplet: 79, 4E and DF. RGB value is (121,78,223). Sum of RGB (Red+Green+Blue) = 121+78+223=422 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.67% from 422); Green value is 78 (30.86% from 255 or 18.48% from 422); Blue value is 223 (87.5% from 255 or 52.84% from 422); Max value from RGB is 223 - color contains mainly: blue. Hex color #794EDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794EDF is #86B120. Grayscale: #6A6A6A. Windows color (decimal): -8827169 or 14634617. OLE color: 14634617.

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

Color convert

RGB 121 78 223 -
CMYK 0.46 0.65 0 0.13
HSL 257.79º 0.69% 0.59% -
HSV(B) 257.79º 0.65% 0.87% -
XYZ 23.93 14.84 71.42 -
YUV 107.39 193.25 137.71 -
System Red Green Blue C M Y K H S L
Decimal 121 78 223 0.46 0.65 0 0.13 257.79 0.69 0.59
Hex 79 4E DF 2E 41 0 D 102 45 3B
Octal 171 116 337 56 101 0 15 402 105 73
Binary 1111001 1001110 11011111 101110 1000001 0 1101 100000010 1000101 111011

Color Harmonies of #794EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794EDF

Black with #794EDF

Text Example


Text Example

White with #794EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,78,223); }

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

background-color css

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

 a { background-color: rgb(121,78,223); }

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

border-color css

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

 span { border-color: rgb(121,78,223); }

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