Html Css Color HEX #755EB3 Blue Marguerite

📋 copy color: '#755EB3'

red 117 ◦ green 94 ◦ blue 179

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

Shades of Blue Marguerite #755EB3

Tints of Blue Marguerite #755EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 45.9%

R = 30%
G = 24.1%
B = 45.9%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#755EB3 (or 0x755EB3) is known color: Blue Marguerite. HEX triplet: 75, 5E and B3. RGB value is (117,94,179). Sum of RGB (Red+Green+Blue) = 117+94+179=390 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30% from 390); Green value is 94 (37.11% from 255 or 24.10% from 390); Blue value is 179 (70.31% from 255 or 45.90% from 390); Max value from RGB is 179 - color contains mainly: blue. Hex color #755EB3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EB3 is #8AA14C. Grayscale: #6E6E6E. Windows color (decimal): -9085261 or 11755125. OLE color: 11755125.

HSL color Cylindrical-coordinate representation of color #755EB3: hue angle of 256.24º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #755EB3 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 117 94 179 -
CMYK 0.35 0.47 0 0.30
HSL 256.24º 0.36% 0.54% -
HSV(B) 256.24º 0.47% 0.7% -
XYZ 19.48 15.04 44.52 -
YUV 110.57 166.62 132.59 -
System Red Green Blue C M Y K H S L
Decimal 117 94 179 0.35 0.47 0 0.30 256.24 0.36 0.54
Hex 75 5E B3 23 2F 0 1E 100 24 36
Octal 165 136 263 43 57 0 36 400 44 66
Binary 1110101 1011110 10110011 100011 101111 0 11110 100000000 100100 110110

Color Harmonies of #755EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755EB3

Black with #755EB3

Text Example


Text Example

White with #755EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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