Html Css Color HEX #755EB9 Blue Marguerite

📋 copy color: '#755EB9'

red 117 ◦ green 94 ◦ blue 185

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

Shades of Blue Marguerite #755EB9

Tints of Blue Marguerite #755EB9

RGB

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

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

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

R = 29.55%
G = 23.74%
B = 46.72%

CMYK

 C value IS 0.37

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#755EB9 (or 0x755EB9) is known color: Blue Marguerite. HEX triplet: 75, 5E and B9. RGB value is (117,94,185). Sum of RGB (Red+Green+Blue) = 117+94+185=396 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.55% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 185 (72.66% from 255 or 46.72% from 396); Max value from RGB is 185 - color contains mainly: blue. Hex color #755EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EB9 is #8AA146. Grayscale: #6E6E6E. Windows color (decimal): -9085255 or 12148341. OLE color: 12148341.

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

Color convert

RGB 117 94 185 -
CMYK 0.37 0.49 0 0.27
HSL 255.16º 0.39% 0.55% -
HSV(B) 255.16º 0.49% 0.73% -
XYZ 20.1 15.29 47.79 -
YUV 111.25 169.62 132.1 -
System Red Green Blue C M Y K H S L
Decimal 117 94 185 0.37 0.49 0 0.27 255.16 0.39 0.55
Hex 75 5E B9 25 31 0 1B FF 27 37
Octal 165 136 271 45 61 0 33 377 47 67
Binary 1110101 1011110 10111001 100101 110001 0 11011 11111111 100111 110111

Color Harmonies of #755EB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755EB9

Black with #755EB9

Text Example


Text Example

White with #755EB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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