Html Css Color HEX #755CAC Blue Marguerite

📋 copy color: '#755CAC'

red 117 ◦ green 92 ◦ blue 172

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

Shades of Blue Marguerite #755CAC

Tints of Blue Marguerite #755CAC

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.15%

 BLUE value IS 172 (67.58% from 255) = 45.14%

R = 30.71%
G = 24.15%
B = 45.14%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#755CAC (or 0x755CAC) is known color: Blue Marguerite. HEX triplet: 75, 5C and AC. RGB value is (117,92,172). Sum of RGB (Red+Green+Blue) = 117+92+172=381 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.71% from 381); Green value is 92 (36.33% from 255 or 24.15% from 381); Blue value is 172 (67.58% from 255 or 45.14% from 381); Max value from RGB is 172 - color contains mainly: blue. Hex color #755CAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755CAC is #8AA353. Grayscale: #6C6C6C. Windows color (decimal): -9085780 or 11295861. OLE color: 11295861.

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

Color convert

RGB 117 92 172 -
CMYK 0.32 0.47 0 0.33
HSL 258.75º 0.33% 0.52% -
HSV(B) 258.75º 0.47% 0.67% -
XYZ 18.61 14.41 40.83 -
YUV 108.6 163.78 134 -
System Red Green Blue C M Y K H S L
Decimal 117 92 172 0.32 0.47 0 0.33 258.75 0.33 0.52
Hex 75 5C AC 20 2F 0 21 103 21 34
Octal 165 134 254 40 57 0 41 403 41 64
Binary 1110101 1011100 10101100 100000 101111 0 100001 100000011 100001 110100

Color Harmonies of #755CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CAC

Black with #755CAC

Text Example


Text Example

White with #755CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,92,172); }

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

background-color css

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

 a { background-color: rgb(117,92,172); }

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

border-color css

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

 span { border-color: rgb(117,92,172); }

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