Html Css Color HEX #795DAD Blue Marguerite

📋 copy color: '#795DAD'

red 121 ◦ green 93 ◦ blue 173

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

Shades of Blue Marguerite #795DAD

Tints of Blue Marguerite #795DAD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.03%

 BLUE value IS 173 (67.97% from 255) = 44.7%

R = 31.27%
G = 24.03%
B = 44.7%

CMYK

 C value IS 0.30

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#795DAD (or 0x795DAD) is known color: Blue Marguerite. HEX triplet: 79, 5D and AD. RGB value is (121,93,173). Sum of RGB (Red+Green+Blue) = 121+93+173=387 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.27% from 387); Green value is 93 (36.72% from 255 or 24.03% from 387); Blue value is 173 (67.97% from 255 or 44.70% from 387); Max value from RGB is 173 - color contains mainly: blue. Hex color #795DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795DAD is #86A252. Grayscale: #6E6E6E. Windows color (decimal): -8823379 or 11361657. OLE color: 11361657.

HSL color Cylindrical-coordinate representation of color #795DAD: hue angle of 261º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #795DAD is Cyan = 0.30, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 121 93 173 -
CMYK 0.30 0.46 0 0.32
HSL 261º 0.33% 0.52% -
HSV(B) 261º 0.46% 0.68% -
XYZ 19.34 14.91 41.39 -
YUV 110.49 163.28 135.5 -
System Red Green Blue C M Y K H S L
Decimal 121 93 173 0.30 0.46 0 0.32 261 0.33 0.52
Hex 79 5D AD 1E 2E 0 20 105 21 34
Octal 171 135 255 36 56 0 40 405 41 64
Binary 1111001 1011101 10101101 11110 101110 0 100000 100000101 100001 110100

Color Harmonies of #795DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795DAD

Black with #795DAD

Text Example


Text Example

White with #795DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795DAD; }

 p { color: rgb(121,93,173); }

 H1.HeaderClassName
 {
   color: #795DAD;
 }
 .AnyTagClassName
 {
   color: #795DAD;
 }
</style>

background-color css

<style>
 a { background-color: #795DAD; }

 a { background-color: rgb(121,93,173); }

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

border-color css

<style>
 span { border-color: #795DAD; }

 span { border-color: rgb(121,93,173); }

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