Html Css Color HEX #795DB0 Blue Marguerite

📋 copy color: '#795DB0'

red 121 ◦ green 93 ◦ blue 176

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

Shades of Blue Marguerite #795DB0

Tints of Blue Marguerite #795DB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 45.13%

R = 31.03%
G = 23.85%
B = 45.13%

CMYK

 C value IS 0.31

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#795DB0 (or 0x795DB0) is known color: Blue Marguerite. HEX triplet: 79, 5D and B0. RGB value is (121,93,176). Sum of RGB (Red+Green+Blue) = 121+93+176=390 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.03% from 390); Green value is 93 (36.72% from 255 or 23.85% from 390); Blue value is 176 (69.14% from 255 or 45.13% from 390); Max value from RGB is 176 - color contains mainly: blue. Hex color #795DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795DB0 is #86A24F. Grayscale: #6E6E6E. Windows color (decimal): -8823376 or 11558265. OLE color: 11558265.

HSL color Cylindrical-coordinate representation of color #795DB0: hue angle of 260.24º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #795DB0 is Cyan = 0.31, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 121 93 176 -
CMYK 0.31 0.47 0 0.31
HSL 260.24º 0.34% 0.53% -
HSV(B) 260.24º 0.47% 0.69% -
XYZ 19.64 15.03 42.94 -
YUV 110.83 164.78 135.25 -
System Red Green Blue C M Y K H S L
Decimal 121 93 176 0.31 0.47 0 0.31 260.24 0.34 0.53
Hex 79 5D B0 1F 2F 0 1F 104 22 35
Octal 171 135 260 37 57 0 37 404 42 65
Binary 1111001 1011101 10110000 11111 101111 0 11111 100000100 100010 110101

Color Harmonies of #795DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795DB0

Black with #795DB0

Text Example


Text Example

White with #795DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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