Html Css Color HEX #755AB9 Blue Marguerite

📋 copy color: '#755AB9'

red 117 ◦ green 90 ◦ blue 185

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

Shades of Blue Marguerite #755AB9

Tints of Blue Marguerite #755AB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 47.19%

R = 29.85%
G = 22.96%
B = 47.19%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#755AB9 (or 0x755AB9) is known color: Blue Marguerite. HEX triplet: 75, 5A and B9. RGB value is (117,90,185). Sum of RGB (Red+Green+Blue) = 117+90+185=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 90 (35.55% from 255 or 22.96% from 392); Blue value is 185 (72.66% from 255 or 47.19% from 392); Max value from RGB is 185 - color contains mainly: blue. Hex color #755AB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755AB9 is #8AA546. Grayscale: #6C6C6C. Windows color (decimal): -9086279 or 12147317. OLE color: 12147317.

HSL color Cylindrical-coordinate representation of color #755AB9: hue angle of 257.05º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #755AB9 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 90 185 -
CMYK 0.37 0.51 0 0.27
HSL 257.05º 0.4% 0.54% -
HSV(B) 257.05º 0.51% 0.73% -
XYZ 19.75 14.6 47.68 -
YUV 108.9 170.95 133.78 -
System Red Green Blue C M Y K H S L
Decimal 117 90 185 0.37 0.51 0 0.27 257.05 0.4 0.54
Hex 75 5A B9 25 33 0 1B 101 28 36
Octal 165 132 271 45 63 0 33 401 50 66
Binary 1110101 1011010 10111001 100101 110011 0 11011 100000001 101000 110110

Color Harmonies of #755AB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755AB9

Black with #755AB9

Text Example


Text Example

White with #755AB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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