Html Css Color HEX #755BB8 Blue Marguerite

📋 copy color: '#755BB8'

red 117 ◦ green 91 ◦ blue 184

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

Shades of Blue Marguerite #755BB8

Tints of Blue Marguerite #755BB8

RGB

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

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

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

R = 29.85%
G = 23.21%
B = 46.94%

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

#755BB8 (or 0x755BB8) is known color: Blue Marguerite. HEX triplet: 75, 5B and B8. RGB value is (117,91,184). Sum of RGB (Red+Green+Blue) = 117+91+184=392 (51% of max value = 765). Red value is 117 (46.09% from 255 or 29.85% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 184 (72.27% from 255 or 46.94% from 392); Max value from RGB is 184 - color contains mainly: blue. Hex color #755BB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755BB8 is #8AA447. Grayscale: #6D6D6D. Windows color (decimal): -9086024 or 12082037. OLE color: 12082037.

HSL color Cylindrical-coordinate representation of color #755BB8: hue angle of 256.77º 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 #755BB8 is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 117 91 184 -
CMYK 0.36 0.51 0 0.28
HSL 256.77º 0.4% 0.54% -
HSV(B) 256.77º 0.51% 0.72% -
XYZ 19.73 14.72 47.15 -
YUV 109.38 170.11 133.44 -
System Red Green Blue C M Y K H S L
Decimal 117 91 184 0.36 0.51 0 0.28 256.77 0.4 0.54
Hex 75 5B B8 24 33 0 1C 101 28 36
Octal 165 133 270 44 63 0 34 401 50 66
Binary 1110101 1011011 10111000 100100 110011 0 11100 100000001 101000 110110

Color Harmonies of #755BB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755BB8

Black with #755BB8

Text Example


Text Example

White with #755BB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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