Html Css Color HEX #7755BC Blue Marguerite

📋 copy color: '#7755BC'

red 119 ◦ green 85 ◦ blue 188

#7755BC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Marguerite #7755BC

Tints of Blue Marguerite #7755BC

RGB

 RED value IS 119 (46.88% from 255) = 30.36%

 GREEN value IS 85 (33.59% from 255) = 21.68%

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 30.36%
G = 21.68%
B = 47.96%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#7755BC (or 0x7755BC) is known color: Blue Marguerite. HEX triplet: 77, 55 and BC. RGB value is (119,85,188). Sum of RGB (Red+Green+Blue) = 119+85+188=392 (51% of max value = 765). Red value is 119 (46.88% from 255 or 30.36% from 392); Green value is 85 (33.59% from 255 or 21.68% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #7755BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7755BC is #88AA43. Grayscale: #6A6A6A. Windows color (decimal): -8956484 or 12342647. OLE color: 12342647.

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

Color convert

RGB 119 85 188 -
CMYK 0.37 0.55 0 0.26
HSL 259.81º 0.43% 0.54% -
HSV(B) 259.81º 0.55% 0.74% -
XYZ 19.93 14.05 49.24 -
YUV 106.91 173.76 136.62 -
System Red Green Blue C M Y K H S L
Decimal 119 85 188 0.37 0.55 0 0.26 259.81 0.43 0.54
Hex 77 55 BC 25 37 0 1A 104 2B 36
Octal 167 125 274 45 67 0 32 404 53 66
Binary 1110111 1010101 10111100 100101 110111 0 11010 100000100 101011 110110

Color Harmonies of #7755BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7755BC

Black with #7755BC

Text Example


Text Example

White with #7755BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7755BC; }

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

 H1.HeaderClassName
 {
   color: #7755BC;
 }
 .AnyTagClassName
 {
   color: #7755BC;
 }
</style>

background-color css

<style>
 a { background-color: #7755BC; }

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

 div.DivClassName
 {
   background-color: #7755BC;
 }
 .BgClassName
 {
   background-color: #7755BC;
 }
</style>

border-color css

<style>
 span { border-color: #7755BC; }

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

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