Html Css Color HEX #755ABA Blue Marguerite

📋 copy color: '#755ABA'

red 117 ◦ green 90 ◦ blue 186

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

Shades of Blue Marguerite #755ABA

Tints of Blue Marguerite #755ABA

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.9%

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

R = 29.77%
G = 22.9%
B = 47.33%

CMYK

 C value IS 0.37

 M value IS 0.52

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#755ABA (or 0x755ABA) is known color: Blue Marguerite. HEX triplet: 75, 5A and BA. RGB value is (117,90,186). Sum of RGB (Red+Green+Blue) = 117+90+186=393 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.77% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #755ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755ABA is #8AA545. Grayscale: #6C6C6C. Windows color (decimal): -9086278 or 12212853. OLE color: 12212853.

HSL color Cylindrical-coordinate representation of color #755ABA: hue angle of 256.88º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #755ABA is Cyan = 0.37, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 117 90 186 -
CMYK 0.37 0.52 0 0.27
HSL 256.88º 0.41% 0.54% -
HSV(B) 256.88º 0.52% 0.73% -
XYZ 19.86 14.64 48.23 -
YUV 109.02 171.45 133.69 -
System Red Green Blue C M Y K H S L
Decimal 117 90 186 0.37 0.52 0 0.27 256.88 0.41 0.54
Hex 75 5A BA 25 34 0 1B 101 29 36
Octal 165 132 272 45 64 0 33 401 51 66
Binary 1110101 1011010 10111010 100101 110100 0 11011 100000001 101001 110110

Color Harmonies of #755ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755ABA

Black with #755ABA

Text Example


Text Example

White with #755ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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