Html Css Color HEX #795AB7 Blue Marguerite

📋 copy color: '#795AB7'

red 121 ◦ green 90 ◦ blue 183

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

Shades of Blue Marguerite #795AB7

Tints of Blue Marguerite #795AB7

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.84%

 BLUE value IS 183 (71.88% from 255) = 46.45%

R = 30.71%
G = 22.84%
B = 46.45%

CMYK

 C value IS 0.34

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#795AB7 (or 0x795AB7) is known color: Blue Marguerite. HEX triplet: 79, 5A and B7. RGB value is (121,90,183). Sum of RGB (Red+Green+Blue) = 121+90+183=394 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.71% from 394); Green value is 90 (35.55% from 255 or 22.84% from 394); Blue value is 183 (71.88% from 255 or 46.45% from 394); Max value from RGB is 183 - color contains mainly: blue. Hex color #795AB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795AB7 is #86A548. Grayscale: #6D6D6D. Windows color (decimal): -8824137 or 12016249. OLE color: 12016249.

HSL color Cylindrical-coordinate representation of color #795AB7: hue angle of 260º degrees, saturation: 0.39, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #795AB7 is Cyan = 0.34, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 121 90 183 -
CMYK 0.34 0.51 0 0.28
HSL 260º 0.39% 0.54% -
HSV(B) 260º 0.51% 0.72% -
XYZ 20.09 14.8 46.6 -
YUV 109.87 169.27 135.94 -
System Red Green Blue C M Y K H S L
Decimal 121 90 183 0.34 0.51 0 0.28 260 0.39 0.54
Hex 79 5A B7 22 33 0 1C 104 27 36
Octal 171 132 267 42 63 0 34 404 47 66
Binary 1111001 1011010 10110111 100010 110011 0 11100 100000100 100111 110110

Color Harmonies of #795AB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795AB7

Black with #795AB7

Text Example


Text Example

White with #795AB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,90,183); }

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

background-color css

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

 a { background-color: rgb(121,90,183); }

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

border-color css

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

 span { border-color: rgb(121,90,183); }

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