#775bbc

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

Shades of Blue Marguerite #775BBC

Tints of Blue Marguerite #775BBC

Color information

#775BBC (or 0x775BBC) is unknown color: approx Blue Marguerite. HEX triplet: 77, 5B and BC. RGB value is (119,91,188). Sum of RGB (Red+Green+Blue) = 119+91+188=398 (52% of max value = 765). Red value is 119 (46.88% from 255 or 29.90% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 188 (73.83% from 255 or 47.24% from 398); Max value from RGB is 188 - color contains mainly: blue. Hex color #775BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775BBC is #88A443. Grayscale: #6E6E6E. Windows color (decimal): -8954948 or 12344183. OLE color: 12344183.

HSL color Cylindrical-coordinate representation of color #775BBC: hue angle of 257.32º degrees, saturation: 0.42, 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 #775BBC is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11991188-
CMYK0.370.5200.26
HSL257.32º41.99%54.71%-
HSV(B)257.32º51.6%73.73%-
XYZ20.4315.0349.4-
YUV110.43171.78134.11-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 29.90%
GREEN value IS 91 (35.94% from 255) = 22.86%
BLUE value IS 188 (73.83% from 255) = 47.24%
R=29.90%
G=22.86%
B=47.24%

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
Decimal119911880.370.5200.26257.3241.9954.71
Hex775BBC253401A1012a37
Octal16713327445640324015267
Binary1110111101101110111100100101110100011010100000001101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775bbc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775bbc; }

 p { color: rgb(119,91,188); }

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

<style>
 a { background-color: #775bbc; }

 a { background-color: rgb(119,91,188); }

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

<style>
 span { border-color: #775bbc; }

 span { border-color: rgb(119,91,188); }

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