Html Css Color HEX #755BAF Blue Marguerite

📋 copy color: '#755BAF'

red 117 ◦ green 91 ◦ blue 175

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

Shades of Blue Marguerite #755BAF

Tints of Blue Marguerite #755BAF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.76%

 BLUE value IS 175 (68.75% from 255) = 45.69%

R = 30.55%
G = 23.76%
B = 45.69%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#755BAF (or 0x755BAF) is known color: Blue Marguerite. HEX triplet: 75, 5B and AF. RGB value is (117,91,175). Sum of RGB (Red+Green+Blue) = 117+91+175=383 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.55% from 383); Green value is 91 (35.94% from 255 or 23.76% from 383); Blue value is 175 (68.75% from 255 or 45.69% from 383); Max value from RGB is 175 - color contains mainly: blue. Hex color #755BAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755BAF is #8AA450. Grayscale: #6C6C6C. Windows color (decimal): -9086033 or 11492213. OLE color: 11492213.

HSL color Cylindrical-coordinate representation of color #755BAF: hue angle of 258.57º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #755BAF is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 91 175 -
CMYK 0.33 0.48 0 0.31
HSL 258.57º 0.34% 0.52% -
HSV(B) 258.57º 0.48% 0.69% -
XYZ 18.82 14.36 42.34 -
YUV 108.35 165.61 134.17 -
System Red Green Blue C M Y K H S L
Decimal 117 91 175 0.33 0.48 0 0.31 258.57 0.34 0.52
Hex 75 5B AF 21 30 0 1F 103 22 34
Octal 165 133 257 41 60 0 37 403 42 64
Binary 1110101 1011011 10101111 100001 110000 0 11111 100000011 100010 110100

Color Harmonies of #755BAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755BAF

Black with #755BAF

Text Example


Text Example

White with #755BAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,91,175); }

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

background-color css

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

 a { background-color: rgb(117,91,175); }

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

border-color css

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

 span { border-color: rgb(117,91,175); }

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