#795ABE

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

Shades of Blue Marguerite #795ABE

Tints of Blue Marguerite #795ABE

Color information

#795ABE (or 0x795ABE) is unknown color: approx Blue Marguerite. HEX triplet: 79, 5A and BE. RGB value is (121,90,190). Sum of RGB (Red+Green+Blue) = 121+90+190=401 (53% of max value = 765). Red value is 121 (47.66% from 255 or 30.17% from 401); Green value is 90 (35.55% from 255 or 22.44% from 401); Blue value is 190 (74.61% from 255 or 47.38% from 401); Max value from RGB is 190 - color contains mainly: blue. Hex color #795ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795ABE is #86A541. Grayscale: #6E6E6E. Windows color (decimal): -8824130 or 12475001. OLE color: 12475001.

HSL color Cylindrical-coordinate representation of color #795ABE: hue angle of 258.6º degrees, saturation: 0.43, 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 #795ABE is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB12190190-
CMYK0.360.5300.25
HSL258.6º43.48%54.9%-
HSV(B)258.6º52.63%74.51%-
XYZ20.8415.0950.53-
YUV110.67172.77135.37-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.17%
GREEN value IS 90 (35.55% from 255) = 22.44%
BLUE value IS 190 (74.61% from 255) = 47.38%
R=30.17%
G=22.44%
B=47.38%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal121901900.360.5300.25258.643.4854.9
Hex795ABE24350191032b37
Octal17113227644650314035367
Binary1111001101101010111110100100110101011001100000011101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,90,190); }

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

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

 a { background-color: rgb(121,90,190); }

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

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

 span { border-color: rgb(121,90,190); }

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