Html Css Color HEX #7755C0 Blue Marguerite

📋 copy color: '#7755C0'

red 119 ◦ green 85 ◦ blue 192

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

Shades of Blue Marguerite #7755C0

Tints of Blue Marguerite #7755C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 48.48%

R = 30.05%
G = 21.46%
B = 48.48%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#7755C0 (or 0x7755C0) is known color: Blue Marguerite. HEX triplet: 77, 55 and C0. RGB value is (119,85,192). Sum of RGB (Red+Green+Blue) = 119+85+192=396 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.05% from 396); Green value is 85 (33.59% from 255 or 21.46% from 396); Blue value is 192 (75.39% from 255 or 48.48% from 396); Max value from RGB is 192 - color contains mainly: blue. Hex color #7755C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7755C0 is #88AA3F. Grayscale: #6A6A6A. Windows color (decimal): -8956480 or 12604791. OLE color: 12604791.

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

Color convert

RGB 119 85 192 -
CMYK 0.38 0.56 0 0.25
HSL 259.07º 0.46% 0.54% -
HSV(B) 259.07º 0.56% 0.75% -
XYZ 20.37 14.22 51.54 -
YUV 107.36 175.76 136.3 -
System Red Green Blue C M Y K H S L
Decimal 119 85 192 0.38 0.56 0 0.25 259.07 0.46 0.54
Hex 77 55 C0 26 38 0 19 103 2E 36
Octal 167 125 300 46 70 0 31 403 56 66
Binary 1110111 1010101 11000000 100110 111000 0 11001 100000011 101110 110110

Color Harmonies of #7755C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7755C0

Black with #7755C0

Text Example


Text Example

White with #7755C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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