Html Css Color HEX #755AB8 Blue Marguerite

📋 copy color: '#755AB8'

red 117 ◦ green 90 ◦ blue 184

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

Shades of Blue Marguerite #755AB8

Tints of Blue Marguerite #755AB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 47.06%

R = 29.92%
G = 23.02%
B = 47.06%

CMYK

 C value IS 0.36

 M value IS 0.51

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#755AB8 (or 0x755AB8) is known color: Blue Marguerite. HEX triplet: 75, 5A and B8. RGB value is (117,90,184). Sum of RGB (Red+Green+Blue) = 117+90+184=391 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.92% from 391); Green value is 90 (35.55% from 255 or 23.02% from 391); Blue value is 184 (72.27% from 255 or 47.06% from 391); Max value from RGB is 184 - color contains mainly: blue. Hex color #755AB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755AB8 is #8AA547. Grayscale: #6C6C6C. Windows color (decimal): -9086280 or 12081781. OLE color: 12081781.

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

Color convert

RGB 117 90 184 -
CMYK 0.36 0.51 0 0.28
HSL 257.23º 0.4% 0.54% -
HSV(B) 257.23º 0.51% 0.72% -
XYZ 19.64 14.55 47.12 -
YUV 108.79 170.45 133.86 -
System Red Green Blue C M Y K H S L
Decimal 117 90 184 0.36 0.51 0 0.28 257.23 0.4 0.54
Hex 75 5A B8 24 33 0 1C 101 28 36
Octal 165 132 270 44 63 0 34 401 50 66
Binary 1110101 1011010 10111000 100100 110011 0 11100 100000001 101000 110110

Color Harmonies of #755AB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755AB8

Black with #755AB8

Text Example


Text Example

White with #755AB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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