#795EBD

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

Shades of Blue Marguerite #795EBD

Tints of Blue Marguerite #795EBD

Color information

#795EBD (or 0x795EBD) is unknown color: approx Blue Marguerite. HEX triplet: 79, 5E and BD. RGB value is (121,94,189). Sum of RGB (Red+Green+Blue) = 121+94+189=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 94 (37.11% from 255 or 23.27% from 404); Blue value is 189 (74.22% from 255 or 46.78% from 404); Max value from RGB is 189 - color contains mainly: blue. Hex color #795EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795EBD is #86A142. Grayscale: #707070. Windows color (decimal): -8823107 or 12410489. OLE color: 12410489.

HSL color Cylindrical-coordinate representation of color #795EBD: hue angle of 257.05º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #795EBD is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12194189-
CMYK0.360.5000.26
HSL257.05º41.85%55.49%-
HSV(B)257.05º50.26%74.12%-
XYZ21.0715.7450.07-
YUV112.9170.95133.78-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.95%
GREEN value IS 94 (37.11% from 255) = 23.27%
BLUE value IS 189 (74.22% from 255) = 46.78%
R=29.95%
G=23.27%
B=46.78%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal121941890.360.5000.26257.0541.8555.49
Hex795EBD243201A1012a37
Octal17113627544620324015267
Binary1111001101111010111101100100110010011010100000001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,94,189); }

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

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

 a { background-color: rgb(121,94,189); }

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

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

 span { border-color: rgb(121,94,189); }

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