Html Css Color HEX #775ABA Blue Marguerite

📋 copy color: '#775ABA'

red 119 ◦ green 90 ◦ blue 186

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

Shades of Blue Marguerite #775ABA

Tints of Blue Marguerite #775ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.78%

 BLUE value IS 186 (73.05% from 255) = 47.09%

R = 30.13%
G = 22.78%
B = 47.09%

CMYK

 C value IS 0.36

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#775ABA (or 0x775ABA) is known color: Blue Marguerite. HEX triplet: 77, 5A and BA. RGB value is (119,90,186). Sum of RGB (Red+Green+Blue) = 119+90+186=395 (52% of max value = 765). Red value is 119 (46.88% from 255 or 30.13% from 395); Green value is 90 (35.55% from 255 or 22.78% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #775ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775ABA is #88A545. Grayscale: #6D6D6D. Windows color (decimal): -8955206 or 12212855. OLE color: 12212855.

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

Color convert

RGB 119 90 186 -
CMYK 0.36 0.52 0 0.27
HSL 258.13º 0.41% 0.54% -
HSV(B) 258.13º 0.52% 0.73% -
XYZ 20.13 14.78 48.25 -
YUV 109.62 171.11 134.69 -
System Red Green Blue C M Y K H S L
Decimal 119 90 186 0.36 0.52 0 0.27 258.13 0.41 0.54
Hex 77 5A BA 24 34 0 1B 102 29 36
Octal 167 132 272 44 64 0 33 402 51 66
Binary 1110111 1011010 10111010 100100 110100 0 11011 100000010 101001 110110

Color Harmonies of #775ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775ABA

Black with #775ABA

Text Example


Text Example

White with #775ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,90,186); }

 H1.HeaderClassName
 {
   color: #775ABA;
 }
 .AnyTagClassName
 {
   color: #775ABA;
 }
</style>

background-color css

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

 a { background-color: rgb(119,90,186); }

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

border-color css

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

 span { border-color: rgb(119,90,186); }

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