Html Css Color HEX #755AAE Blue Marguerite

📋 copy color: '#755AAE'

red 117 ◦ green 90 ◦ blue 174

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

Shades of Blue Marguerite #755AAE

Tints of Blue Marguerite #755AAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.67%

R = 30.71%
G = 23.62%
B = 45.67%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#755AAE (or 0x755AAE) is known color: Blue Marguerite. HEX triplet: 75, 5A and AE. RGB value is (117,90,174). Sum of RGB (Red+Green+Blue) = 117+90+174=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 90 (35.55% from 255 or 23.62% from 381); Blue value is 174 (68.36% from 255 or 45.67% from 381); Max value from RGB is 174 - color contains mainly: blue. Hex color #755AAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755AAE is #8AA551. Grayscale: #6B6B6B. Windows color (decimal): -9086290 or 11426421. OLE color: 11426421.

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

Color convert

RGB 117 90 174 -
CMYK 0.33 0.48 0 0.32
HSL 259.29º 0.34% 0.52% -
HSV(B) 259.29º 0.48% 0.68% -
XYZ 18.63 14.15 41.79 -
YUV 107.65 165.45 134.67 -
System Red Green Blue C M Y K H S L
Decimal 117 90 174 0.33 0.48 0 0.32 259.29 0.34 0.52
Hex 75 5A AE 21 30 0 20 103 22 34
Octal 165 132 256 41 60 0 40 403 42 64
Binary 1110101 1011010 10101110 100001 110000 0 100000 100000011 100010 110100

Color Harmonies of #755AAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755AAE

Black with #755AAE

Text Example


Text Example

White with #755AAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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