#795ABB

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

Shades of Blue Marguerite #795ABB

Tints of Blue Marguerite #795ABB

Color information

#795ABB (or 0x795ABB) is unknown color: approx Blue Marguerite. HEX triplet: 79, 5A and BB. RGB value is (121,90,187). Sum of RGB (Red+Green+Blue) = 121+90+187=398 (52% of max value = 765). Red value is 121 (47.66% from 255 or 30.40% from 398); Green value is 90 (35.55% from 255 or 22.61% from 398); Blue value is 187 (73.44% from 255 or 46.98% from 398); Max value from RGB is 187 - color contains mainly: blue. Hex color #795ABB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #795ABB is #86A544. Grayscale: #6D6D6D. Windows color (decimal): -8824133 or 12278393. OLE color: 12278393.

HSL color Cylindrical-coordinate representation of color #795ABB: hue angle of 259.18º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #795ABB is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12190187-
CMYK0.350.5200.27
HSL259.18º41.63%54.31%-
HSV(B)259.18º51.87%73.33%-
XYZ20.5114.9748.82-
YUV110.33171.27135.61-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 30.40%
GREEN value IS 90 (35.55% from 255) = 22.61%
BLUE value IS 187 (73.44% from 255) = 46.98%
R=30.40%
G=22.61%
B=46.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal121901870.350.5200.27259.1841.6354.31
Hex795ABB233401B1032a36
Octal17113227343640334035266
Binary1111001101101010111011100011110100011011100000011101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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