Html Css Color HEX #755EBA Blue Marguerite

📋 copy color: '#755EBA'

red 117 ◦ green 94 ◦ blue 186

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

Shades of Blue Marguerite #755EBA

Tints of Blue Marguerite #755EBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 46.85%

R = 29.47%
G = 23.68%
B = 46.85%

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

#755EBA (or 0x755EBA) is known color: Blue Marguerite. HEX triplet: 75, 5E and BA. RGB value is (117,94,186). Sum of RGB (Red+Green+Blue) = 117+94+186=397 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.47% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 186 (73.05% from 255 or 46.85% from 397); Max value from RGB is 186 - color contains mainly: blue. Hex color #755EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755EBA is #8AA145. Grayscale: #6F6F6F. Windows color (decimal): -9085254 or 12213877. OLE color: 12213877.

HSL color Cylindrical-coordinate representation of color #755EBA: hue angle of 255º degrees, saturation: 0.4, 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 #755EBA is Cyan = 0.37, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 94 186 -
CMYK 0.37 0.49 0 0.27
HSL 255º 0.4% 0.55% -
HSV(B) 255º 0.49% 0.73% -
XYZ 20.2 15.33 48.35 -
YUV 111.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 117 94 186 0.37 0.49 0 0.27 255 0.4 0.55
Hex 75 5E BA 25 31 0 1B FF 28 37
Octal 165 136 272 45 61 0 33 377 50 67
Binary 1110101 1011110 10111010 100101 110001 0 11011 11111111 101000 110111

Color Harmonies of #755EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755EBA

Black with #755EBA

Text Example


Text Example

White with #755EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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