#795BC0

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

Shades of Blue Marguerite #795BC0

Tints of Blue Marguerite #795BC0

Color information

#795BC0 (or 0x795BC0) is unknown color: approx Blue Marguerite. HEX triplet: 79, 5B and C0. RGB value is (121,91,192). Sum of RGB (Red+Green+Blue) = 121+91+192=404 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.95% from 404); Green value is 91 (35.94% from 255 or 22.52% from 404); Blue value is 192 (75.39% from 255 or 47.52% from 404); Max value from RGB is 192 - color contains mainly: blue. Hex color #795BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795BC0 is #86A43F. Grayscale: #6F6F6F. Windows color (decimal): -8823872 or 12606329. OLE color: 12606329.

HSL color Cylindrical-coordinate representation of color #795BC0: hue angle of 257.82º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #795BC0 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12191192-
CMYK0.370.5300.25
HSL257.82º44.49%55.49%-
HSV(B)257.82º52.6%75.29%-
XYZ21.1415.3551.72-
YUV111.48173.44134.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 29.95%
GREEN value IS 91 (35.94% from 255) = 22.52%
BLUE value IS 192 (75.39% from 255) = 47.52%
R=29.95%
G=22.52%
B=47.52%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121911920.370.5300.25257.8244.4955.49
Hex795BC025350191022c37
Octal17113330045650314025467
Binary1111001101101111000000100101110101011001100000010101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,91,192); }

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

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

 a { background-color: rgb(121,91,192); }

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

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

 span { border-color: rgb(121,91,192); }

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