Html Css Color HEX #755DAC Blue Marguerite

📋 copy color: '#755DAC'

red 117 ◦ green 93 ◦ blue 172

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

Shades of Blue Marguerite #755DAC

Tints of Blue Marguerite #755DAC

RGB

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

 GREEN value IS 93 (36.72% from 255) = 24.35%

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

R = 30.63%
G = 24.35%
B = 45.03%

CMYK

 C value IS 0.32

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#755DAC (or 0x755DAC) is known color: Blue Marguerite. HEX triplet: 75, 5D and AC. RGB value is (117,93,172). Sum of RGB (Red+Green+Blue) = 117+93+172=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 172 - color contains mainly: blue. Hex color #755DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755DAC is #8AA253. Grayscale: #6C6C6C. Windows color (decimal): -9085524 or 11296117. OLE color: 11296117.

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

Color convert

RGB 117 93 172 -
CMYK 0.32 0.46 0 0.33
HSL 258.23º 0.32% 0.52% -
HSV(B) 258.23º 0.46% 0.67% -
XYZ 18.7 14.59 40.86 -
YUV 109.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 117 93 172 0.32 0.46 0 0.33 258.23 0.32 0.52
Hex 75 5D AC 20 2E 0 21 102 20 34
Octal 165 135 254 40 56 0 41 402 40 64
Binary 1110101 1011101 10101100 100000 101110 0 100001 100000010 100000 110100

Color Harmonies of #755DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755DAC

Black with #755DAC

Text Example


Text Example

White with #755DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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