Html Css Color HEX #794CDF Slate Blue

📋 copy color: '#794CDF'

red 121 ◦ green 76 ◦ blue 223

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

Shades of Slate Blue #794CDF

Tints of Slate Blue #794CDF

RGB

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

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

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

R = 28.81%
G = 18.1%
B = 53.1%

CMYK

 C value IS 0.46

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#794CDF (or 0x794CDF) is known color: Slate Blue. HEX triplet: 79, 4C and DF. RGB value is (121,76,223). Sum of RGB (Red+Green+Blue) = 121+76+223=420 (55% of max value = 765). Red value is 121 (47.66% from 255 or 28.81% from 420); Green value is 76 (30.08% from 255 or 18.10% from 420); Blue value is 223 (87.5% from 255 or 53.10% from 420); Max value from RGB is 223 - color contains mainly: blue. Hex color #794CDF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #794CDF is #86B320. Grayscale: #696969. Windows color (decimal): -8827681 or 14634105. OLE color: 14634105.

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

Color convert

RGB 121 76 223 -
CMYK 0.46 0.66 0 0.13
HSL 258.37º 0.7% 0.59% -
HSV(B) 258.37º 0.66% 0.87% -
XYZ 23.79 14.56 71.37 -
YUV 106.21 193.91 138.55 -
System Red Green Blue C M Y K H S L
Decimal 121 76 223 0.46 0.66 0 0.13 258.37 0.7 0.59
Hex 79 4C DF 2E 42 0 D 102 46 3B
Octal 171 114 337 56 102 0 15 402 106 73
Binary 1111001 1001100 11011111 101110 1000010 0 1101 100000010 1000110 111011

Color Harmonies of #794CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #794CDF

Black with #794CDF

Text Example


Text Example

White with #794CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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