#785ABD

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

Shades of Blue Marguerite #785ABD

Tints of Blue Marguerite #785ABD

Color information

#785ABD (or 0x785ABD) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5A and BD. RGB value is (120,90,189). Sum of RGB (Red+Green+Blue) = 120+90+189=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 189 (74.22% from 255 or 47.37% from 399); Max value from RGB is 189 - color contains mainly: blue. Hex color #785ABD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785ABD is #87A542. Grayscale: #6D6D6D. Windows color (decimal): -8889667 or 12409464. OLE color: 12409464.

HSL color Cylindrical-coordinate representation of color #785ABD: hue angle of 258.18º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #785ABD is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB12090189-
CMYK0.370.5200.26
HSL258.18º42.86%54.71%-
HSV(B)258.18º52.38%74.12%-
XYZ20.5914.9849.95-
YUV110.26172.44134.95-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.08%
GREEN value IS 90 (35.55% from 255) = 22.56%
BLUE value IS 189 (74.22% from 255) = 47.37%
R=30.08%
G=22.56%
B=47.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal120901890.370.5200.26258.1842.8654.71
Hex785ABD253401A1022b37
Octal17013227545640324025367
Binary1111000101101010111101100101110100011010100000010101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785ABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785ABD; }

 p { color: rgb(120,90,189); }

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

<style>
 a { background-color: #785ABD; }

 a { background-color: rgb(120,90,189); }

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

<style>
 span { border-color: #785ABD; }

 span { border-color: rgb(120,90,189); }

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