Html Css Color HEX #794DDF Slate Blue

📋 copy color: '#794DDF'

red 121 ◦ green 77 ◦ blue 223

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

Shades of Slate Blue #794DDF

Tints of Slate Blue #794DDF

RGB

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

 GREEN value IS 77 (30.47% from 255) = 18.29%

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

R = 28.74%
G = 18.29%
B = 52.97%

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

#794DDF (or 0x794DDF) is known color: Slate Blue. HEX triplet: 79, 4D and DF. RGB value is (121,77,223). Sum of RGB (Red+Green+Blue) = 121+77+223=421 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.74% from 421); Green value is 77 (30.47% from 255 or 18.29% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #794DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #794DDF is #86B220. Grayscale: #6A6A6A. Windows color (decimal): -8827425 or 14634361. OLE color: 14634361.

HSL color Cylindrical-coordinate representation of color #794DDF: hue angle of 258.08º degrees, saturation: 0.7, 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 #794DDF is Cyan = 0.46, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 121 77 223 -
CMYK 0.46 0.65 0 0.13
HSL 258.08º 0.7% 0.59% -
HSV(B) 258.08º 0.65% 0.87% -
XYZ 23.86 14.7 71.39 -
YUV 106.8 193.58 138.13 -
System Red Green Blue C M Y K H S L
Decimal 121 77 223 0.46 0.65 0 0.13 258.08 0.7 0.59
Hex 79 4D DF 2E 41 0 D 102 46 3B
Octal 171 115 337 56 101 0 15 402 106 73
Binary 1111001 1001101 11011111 101110 1000001 0 1101 100000010 1000110 111011

Color Harmonies of #794DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794DDF

Black with #794DDF

Text Example


Text Example

White with #794DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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