Html Css Color HEX #7755BF Blue Marguerite

📋 copy color: '#7755BF'

red 119 ◦ green 85 ◦ blue 191

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

Shades of Blue Marguerite #7755BF

Tints of Blue Marguerite #7755BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.35%

R = 30.13%
G = 21.52%
B = 48.35%

CMYK

 C value IS 0.38

 M value IS 0.55

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7755BF (or 0x7755BF) is known color: Blue Marguerite. HEX triplet: 77, 55 and BF. RGB value is (119,85,191). Sum of RGB (Red+Green+Blue) = 119+85+191=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 85 (33.59% from 255 or 21.52% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #7755BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7755BF is #88AA40. Grayscale: #6A6A6A. Windows color (decimal): -8956481 or 12539255. OLE color: 12539255.

HSL color Cylindrical-coordinate representation of color #7755BF: hue angle of 259.25º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7755BF is Cyan = 0.38, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 119 85 191 -
CMYK 0.38 0.55 0 0.25
HSL 259.25º 0.45% 0.54% -
HSV(B) 259.25º 0.55% 0.75% -
XYZ 20.26 14.18 50.96 -
YUV 107.25 175.26 136.38 -
System Red Green Blue C M Y K H S L
Decimal 119 85 191 0.38 0.55 0 0.25 259.25 0.45 0.54
Hex 77 55 BF 26 37 0 19 103 2D 36
Octal 167 125 277 46 67 0 31 403 55 66
Binary 1110111 1010101 10111111 100110 110111 0 11001 100000011 101101 110110

Color Harmonies of #7755BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7755BF

Black with #7755BF

Text Example


Text Example

White with #7755BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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