Html Css Color HEX #755EB0 Blue Marguerite

📋 copy color: '#755EB0'

red 117 ◦ green 94 ◦ blue 176

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

Shades of Blue Marguerite #755EB0

Tints of Blue Marguerite #755EB0

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.29%

 BLUE value IS 176 (69.14% from 255) = 45.48%

R = 30.23%
G = 24.29%
B = 45.48%

CMYK

 C value IS 0.34

 M value IS 0.47

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#755EB0 (or 0x755EB0) is known color: Blue Marguerite. HEX triplet: 75, 5E and B0. RGB value is (117,94,176). Sum of RGB (Red+Green+Blue) = 117+94+176=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 176 (69.14% from 255 or 45.48% from 387); Max value from RGB is 176 - color contains mainly: blue. Hex color #755EB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755EB0 is #8AA14F. Grayscale: #6D6D6D. Windows color (decimal): -9085264 or 11558517. OLE color: 11558517.

HSL color Cylindrical-coordinate representation of color #755EB0: hue angle of 256.83º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #755EB0 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 94 176 -
CMYK 0.34 0.47 0 0.31
HSL 256.83º 0.34% 0.53% -
HSV(B) 256.83º 0.47% 0.69% -
XYZ 19.18 14.92 42.94 -
YUV 110.23 165.12 132.83 -
System Red Green Blue C M Y K H S L
Decimal 117 94 176 0.34 0.47 0 0.31 256.83 0.34 0.53
Hex 75 5E B0 22 2F 0 1F 101 22 35
Octal 165 136 260 42 57 0 37 401 42 65
Binary 1110101 1011110 10110000 100010 101111 0 11111 100000001 100010 110101

Color Harmonies of #755EB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755EB0

Black with #755EB0

Text Example


Text Example

White with #755EB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,94,176); }

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

background-color css

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

 a { background-color: rgb(117,94,176); }

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

border-color css

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

 span { border-color: rgb(117,94,176); }

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