Html Css Color HEX #755BAB Blue Marguerite

📋 copy color: '#755BAB'

red 117 ◦ green 91 ◦ blue 171

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

Shades of Blue Marguerite #755BAB

Tints of Blue Marguerite #755BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 30.87%
G = 24.01%
B = 45.12%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#755BAB (or 0x755BAB) is known color: Blue Marguerite. HEX triplet: 75, 5B and AB. RGB value is (117,91,171). Sum of RGB (Red+Green+Blue) = 117+91+171=379 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.87% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #755BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755BAB is #8AA454. Grayscale: #6B6B6B. Windows color (decimal): -9086037 or 11230069. OLE color: 11230069.

HSL color Cylindrical-coordinate representation of color #755BAB: hue angle of 259.5º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #755BAB is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 91 171 -
CMYK 0.32 0.47 0 0.33
HSL 259.5º 0.32% 0.51% -
HSV(B) 259.5º 0.47% 0.67% -
XYZ 18.43 14.2 40.3 -
YUV 107.89 163.61 134.5 -
System Red Green Blue C M Y K H S L
Decimal 117 91 171 0.32 0.47 0 0.33 259.5 0.32 0.51
Hex 75 5B AB 20 2F 0 21 104 20 33
Octal 165 133 253 40 57 0 41 404 40 63
Binary 1110101 1011011 10101011 100000 101111 0 100001 100000100 100000 110011

Color Harmonies of #755BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755BAB

Black with #755BAB

Text Example


Text Example

White with #755BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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