#795CAF

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

Shades of Blue Marguerite #795CAF

Tints of Blue Marguerite #795CAF

Color information

#795CAF (or 0x795CAF) is unknown color: approx Blue Marguerite. HEX triplet: 79, 5C and AF. RGB value is (121,92,175). Sum of RGB (Red+Green+Blue) = 121+92+175=388 (51% of max value = 765). Red value is 121 (47.66% from 255 or 31.19% from 388); Green value is 92 (36.33% from 255 or 23.71% from 388); Blue value is 175 (68.75% from 255 or 45.10% from 388); Max value from RGB is 175 - color contains mainly: blue. Hex color #795CAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #795CAF is #86A350. Grayscale: #6D6D6D. Windows color (decimal): -8823633 or 11492473. OLE color: 11492473.

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

Color convert

RGB12192175-
CMYK0.310.4700.31
HSL260.96º34.16%52.35%-
HSV(B)260.96º47.43%68.63%-
XYZ19.4514.8142.39-
YUV110.13164.61135.75-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 31.19%
GREEN value IS 92 (36.33% from 255) = 23.71%
BLUE value IS 175 (68.75% from 255) = 45.10%
R=31.19%
G=23.71%
B=45.10%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal121921750.310.4700.31260.9634.1652.35
Hex795CAF1F2F01F1052234
Octal17113425737570374054264
Binary111100110111001010111111111101111011111100000101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795CAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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