#795CAD

Color #795CAD Blue Marguerite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Marguerite #795CAD

Tints of Blue Marguerite #795CAD

Color information

#795CAD (or 0x795CAD) is unknown color: approx Blue Marguerite. HEX triplet: 79, 5C and AD. RGB value is (121,92,173). Sum of RGB (Red+Green+Blue) = 121+92+173=386 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.35% from 386); Green value is 92 (36.33% from 255 or 23.83% from 386); Blue value is 173 (67.97% from 255 or 44.82% from 386); Max value from RGB is 173 - color contains mainly: blue. Hex color #795CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795CAD is #86A352. Grayscale: #6D6D6D. Windows color (decimal): -8823635 or 11361401. OLE color: 11361401.

HSL color Cylindrical-coordinate representation of color #795CAD: hue angle of 261.48º 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 #795CAD is Cyan = 0.30, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB12192173-
CMYK0.300.4700.32
HSL261.48º33.06%51.96%-
HSV(B)261.48º46.82%67.84%-
XYZ19.2614.7441.36-
YUV109.9163.61135.91-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.35%
GREEN value IS 92 (36.33% from 255) = 23.83%
BLUE value IS 173 (67.97% from 255) = 44.82%
R=31.35%
G=23.83%
B=44.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal121921730.300.4700.32261.4833.0651.96
Hex795CAD1E2F0201052134
Octal17113425536570404054164
Binary1111001101110010101101111101011110100000100000101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795CAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #795CAD;
 }
 .AnyTagClassName
 {
   color: #795CAD;
 }
</style>
background-color css

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

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

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

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

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

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