Html Css Color HEX #795AB9 Blue Marguerite

📋 copy color: '#795AB9'

red 121 ◦ green 90 ◦ blue 185

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

Shades of Blue Marguerite #795AB9

Tints of Blue Marguerite #795AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.72%

R = 30.56%
G = 22.73%
B = 46.72%

CMYK

 C value IS 0.35

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#795AB9 (or 0x795AB9) is known color: Blue Marguerite. HEX triplet: 79, 5A and B9. RGB value is (121,90,185). Sum of RGB (Red+Green+Blue) = 121+90+185=396 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.56% from 396); Green value is 90 (35.55% from 255 or 22.73% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #795AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795AB9 is #86A546. Grayscale: #6D6D6D. Windows color (decimal): -8824135 or 12147321. OLE color: 12147321.

HSL color Cylindrical-coordinate representation of color #795AB9: hue angle of 259.58º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #795AB9 is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 121 90 185 -
CMYK 0.35 0.51 0 0.27
HSL 259.58º 0.4% 0.54% -
HSV(B) 259.58º 0.51% 0.73% -
XYZ 20.3 14.88 47.7 -
YUV 110.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 121 90 185 0.35 0.51 0 0.27 259.58 0.4 0.54
Hex 79 5A B9 23 33 0 1B 104 28 36
Octal 171 132 271 43 63 0 33 404 50 66
Binary 1111001 1011010 10111001 100011 110011 0 11011 100000100 101000 110110

Color Harmonies of #795AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795AB9

Black with #795AB9

Text Example


Text Example

White with #795AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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