Html Css Color HEX #755EBD Blue Marguerite

📋 copy color: '#755EBD'

red 117 ◦ green 94 ◦ blue 189

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

Shades of Blue Marguerite #755EBD

Tints of Blue Marguerite #755EBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 47.25%

R = 29.25%
G = 23.5%
B = 47.25%

CMYK

 C value IS 0.38

 M value IS 0.50

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#755EBD (or 0x755EBD) is known color: Blue Marguerite. HEX triplet: 75, 5E and BD. RGB value is (117,94,189). Sum of RGB (Red+Green+Blue) = 117+94+189=400 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.25% from 400); Green value is 94 (37.11% from 255 or 23.5% from 400); Blue value is 189 (74.22% from 255 or 47.25% from 400); Max value from RGB is 189 - color contains mainly: blue. Hex color #755EBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EBD is #8AA142. Grayscale: #6F6F6F. Windows color (decimal): -9085251 or 12410485. OLE color: 12410485.

HSL color Cylindrical-coordinate representation of color #755EBD: hue angle of 254.53º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #755EBD is Cyan = 0.38, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 94 189 -
CMYK 0.38 0.50 0 0.26
HSL 254.53º 0.42% 0.55% -
HSV(B) 254.53º 0.5% 0.74% -
XYZ 20.52 15.46 50.05 -
YUV 111.71 171.62 131.78 -
System Red Green Blue C M Y K H S L
Decimal 117 94 189 0.38 0.50 0 0.26 254.53 0.42 0.55
Hex 75 5E BD 26 32 0 1A FF 2A 37
Octal 165 136 275 46 62 0 32 377 52 67
Binary 1110101 1011110 10111101 100110 110010 0 11010 11111111 101010 110111

Color Harmonies of #755EBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755EBD

Black with #755EBD

Text Example


Text Example

White with #755EBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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