Html Css Color HEX #755AAB Blue Marguerite

📋 copy color: '#755AAB'

red 117 ◦ green 90 ◦ blue 171

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

Shades of Blue Marguerite #755AAB

Tints of Blue Marguerite #755AAB

RGB

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

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

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

R = 30.95%
G = 23.81%
B = 45.24%

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

#755AAB (or 0x755AAB) is known color: Blue Marguerite. HEX triplet: 75, 5A and AB. RGB value is (117,90,171). Sum of RGB (Red+Green+Blue) = 117+90+171=378 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.95% from 378); Green value is 90 (35.55% from 255 or 23.81% from 378); Blue value is 171 (67.19% from 255 or 45.24% from 378); Max value from RGB is 171 - color contains mainly: blue. Hex color #755AAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755AAB is #8AA554. Grayscale: #6B6B6B. Windows color (decimal): -9086293 or 11229813. OLE color: 11229813.

HSL color Cylindrical-coordinate representation of color #755AAB: hue angle of 260º degrees, saturation: 0.33, 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 #755AAB is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 90 171 -
CMYK 0.32 0.47 0 0.33
HSL 260º 0.33% 0.51% -
HSV(B) 260º 0.47% 0.67% -
XYZ 18.34 14.03 40.27 -
YUV 107.31 163.95 134.91 -
System Red Green Blue C M Y K H S L
Decimal 117 90 171 0.32 0.47 0 0.33 260 0.33 0.51
Hex 75 5A AB 20 2F 0 21 104 21 33
Octal 165 132 253 40 57 0 41 404 41 63
Binary 1110101 1011010 10101011 100000 101111 0 100001 100000100 100001 110011

Color Harmonies of #755AAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755AAB

Black with #755AAB

Text Example


Text Example

White with #755AAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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