#785CBB

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

Shades of Blue Marguerite #785CBB

Tints of Blue Marguerite #785CBB

Color information

#785CBB (or 0x785CBB) is unknown color: approx Blue Marguerite. HEX triplet: 78, 5C and BB. RGB value is (120,92,187). Sum of RGB (Red+Green+Blue) = 120+92+187=399 (52% of max value = 765). Red value is 120 (47.27% from 255 or 30.08% from 399); Green value is 92 (36.33% from 255 or 23.06% from 399); Blue value is 187 (73.44% from 255 or 46.87% from 399); Max value from RGB is 187 - color contains mainly: blue. Hex color #785CBB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #785CBB is #87A344. Grayscale: #6E6E6E. Windows color (decimal): -8889157 or 12278904. OLE color: 12278904.

HSL color Cylindrical-coordinate representation of color #785CBB: hue angle of 257.68º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #785CBB is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB12092187-
CMYK0.360.5100.27
HSL257.68º41.13%54.71%-
HSV(B)257.68º50.8%73.33%-
XYZ20.5415.2448.87-
YUV111.2170.78134.28-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 30.08%
GREEN value IS 92 (36.33% from 255) = 23.06%
BLUE value IS 187 (73.44% from 255) = 46.87%
R=30.08%
G=23.06%
B=46.87%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal120921870.360.5100.27257.6841.1354.71
Hex785CBB243301B1022937
Octal17013427344630334025167
Binary1111000101110010111011100100110011011011100000010101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,92,187); }

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

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

 a { background-color: rgb(120,92,187); }

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

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

 span { border-color: rgb(120,92,187); }

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