Html Css Color HEX #795BAD Blue Marguerite

📋 copy color: '#795BAD'

red 121 ◦ green 91 ◦ blue 173

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

Shades of Blue Marguerite #795BAD

Tints of Blue Marguerite #795BAD

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.64%

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

R = 31.43%
G = 23.64%
B = 44.94%

CMYK

 C value IS 0.30

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#795BAD (or 0x795BAD) is known color: Blue Marguerite. HEX triplet: 79, 5B and AD. RGB value is (121,91,173). Sum of RGB (Red+Green+Blue) = 121+91+173=385 (50% of max value = 765). Red value is 121 (47.66% from 255 or 31.43% from 385); Green value is 91 (35.94% from 255 or 23.64% from 385); Blue value is 173 (67.97% from 255 or 44.94% from 385); Max value from RGB is 173 - color contains mainly: blue. Hex color #795BAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795BAD is #86A452. Grayscale: #6D6D6D. Windows color (decimal): -8823891 or 11361145. OLE color: 11361145.

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

Color convert

RGB 121 91 173 -
CMYK 0.30 0.47 0 0.32
HSL 261.95º 0.33% 0.52% -
HSV(B) 261.95º 0.47% 0.68% -
XYZ 19.17 14.56 41.34 -
YUV 109.32 163.94 136.33 -
System Red Green Blue C M Y K H S L
Decimal 121 91 173 0.30 0.47 0 0.32 261.95 0.33 0.52
Hex 79 5B AD 1E 2F 0 20 106 21 34
Octal 171 133 255 36 57 0 40 406 41 64
Binary 1111001 1011011 10101101 11110 101111 0 100000 100000110 100001 110100

Color Harmonies of #795BAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795BAD

Black with #795BAD

Text Example


Text Example

White with #795BAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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