Html Css Color HEX #755EB8 Blue Marguerite

📋 copy color: '#755EB8'

red 117 ◦ green 94 ◦ blue 184

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

Shades of Blue Marguerite #755EB8

Tints of Blue Marguerite #755EB8

RGB

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

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

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

R = 29.62%
G = 23.8%
B = 46.58%

CMYK

 C value IS 0.36

 M value IS 0.49

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#755EB8 (or 0x755EB8) is known color: Blue Marguerite. HEX triplet: 75, 5E and B8. RGB value is (117,94,184). Sum of RGB (Red+Green+Blue) = 117+94+184=395 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.62% from 395); Green value is 94 (37.11% from 255 or 23.80% from 395); Blue value is 184 (72.27% from 255 or 46.58% from 395); Max value from RGB is 184 - color contains mainly: blue. Hex color #755EB8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EB8 is #8AA147. Grayscale: #6E6E6E. Windows color (decimal): -9085256 or 12082805. OLE color: 12082805.

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

Color convert

RGB 117 94 184 -
CMYK 0.36 0.49 0 0.28
HSL 255.33º 0.39% 0.55% -
HSV(B) 255.33º 0.49% 0.72% -
XYZ 19.99 15.25 47.24 -
YUV 111.14 169.12 132.18 -
System Red Green Blue C M Y K H S L
Decimal 117 94 184 0.36 0.49 0 0.28 255.33 0.39 0.55
Hex 75 5E B8 24 31 0 1C FF 27 37
Octal 165 136 270 44 61 0 34 377 47 67
Binary 1110101 1011110 10111000 100100 110001 0 11100 11111111 100111 110111

Color Harmonies of #755EB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755EB8

Black with #755EB8

Text Example


Text Example

White with #755EB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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