Html Css Color HEX #755BAE Blue Marguerite

📋 copy color: '#755BAE'

red 117 ◦ green 91 ◦ blue 174

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

Shades of Blue Marguerite #755BAE

Tints of Blue Marguerite #755BAE

RGB

 RED value IS 117 (46.09% from 255) = 30.63%

 GREEN value IS 91 (35.94% from 255) = 23.82%

 BLUE value IS 174 (68.36% from 255) = 45.55%

R = 30.63%
G = 23.82%
B = 45.55%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#755BAE (or 0x755BAE) is known color: Blue Marguerite. HEX triplet: 75, 5B and AE. RGB value is (117,91,174). Sum of RGB (Red+Green+Blue) = 117+91+174=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 91 (35.94% from 255 or 23.82% from 382); Blue value is 174 (68.36% from 255 or 45.55% from 382); Max value from RGB is 174 - color contains mainly: blue. Hex color #755BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755BAE is #8AA451. Grayscale: #6B6B6B. Windows color (decimal): -9086034 or 11426677. OLE color: 11426677.

HSL color Cylindrical-coordinate representation of color #755BAE: hue angle of 258.8º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #755BAE is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 117 91 174 -
CMYK 0.33 0.48 0 0.32
HSL 258.8º 0.34% 0.52% -
HSV(B) 258.8º 0.48% 0.68% -
XYZ 18.72 14.32 41.82 -
YUV 108.24 165.11 134.25 -
System Red Green Blue C M Y K H S L
Decimal 117 91 174 0.33 0.48 0 0.32 258.8 0.34 0.52
Hex 75 5B AE 21 30 0 20 103 22 34
Octal 165 133 256 41 60 0 40 403 42 64
Binary 1110101 1011011 10101110 100001 110000 0 100000 100000011 100010 110100

Color Harmonies of #755BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755BAE

Black with #755BAE

Text Example


Text Example

White with #755BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755BAE; }

 p { color: rgb(117,91,174); }

 H1.HeaderClassName
 {
   color: #755BAE;
 }
 .AnyTagClassName
 {
   color: #755BAE;
 }
</style>

background-color css

<style>
 a { background-color: #755BAE; }

 a { background-color: rgb(117,91,174); }

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

border-color css

<style>
 span { border-color: #755BAE; }

 span { border-color: rgb(117,91,174); }

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