Html Css Color HEX #755CAD Blue Marguerite

📋 copy color: '#755CAD'

red 117 ◦ green 92 ◦ blue 173

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

Shades of Blue Marguerite #755CAD

Tints of Blue Marguerite #755CAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 45.29%

R = 30.63%
G = 24.08%
B = 45.29%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#755CAD (or 0x755CAD) is known color: Blue Marguerite. HEX triplet: 75, 5C and AD. RGB value is (117,92,173). Sum of RGB (Red+Green+Blue) = 117+92+173=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 92 (36.33% from 255 or 24.08% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #755CAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755CAD is #8AA352. Grayscale: #6C6C6C. Windows color (decimal): -9085779 or 11361397. OLE color: 11361397.

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

Color convert

RGB 117 92 173 -
CMYK 0.32 0.47 0 0.32
HSL 258.52º 0.33% 0.52% -
HSV(B) 258.52º 0.47% 0.68% -
XYZ 18.71 14.45 41.34 -
YUV 108.71 164.28 133.91 -
System Red Green Blue C M Y K H S L
Decimal 117 92 173 0.32 0.47 0 0.32 258.52 0.33 0.52
Hex 75 5C AD 20 2F 0 20 103 21 34
Octal 165 134 255 40 57 0 40 403 41 64
Binary 1110101 1011100 10101101 100000 101111 0 100000 100000011 100001 110100

Color Harmonies of #755CAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755CAD

Black with #755CAD

Text Example


Text Example

White with #755CAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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