Html Css Color HEX #735DAC Blue Marguerite

📋 copy color: '#735DAC'

red 115 ◦ green 93 ◦ blue 172

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

Shades of Blue Marguerite #735DAC

Tints of Blue Marguerite #735DAC

RGB

 RED value IS 115 (45.31% from 255) = 30.26%

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

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

R = 30.26%
G = 24.47%
B = 45.26%

CMYK

 C value IS 0.33

 M value IS 0.46

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#735DAC (or 0x735DAC) is known color: Blue Marguerite. HEX triplet: 73, 5D and AC. RGB value is (115,93,172). Sum of RGB (Red+Green+Blue) = 115+93+172=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 93 (36.72% from 255 or 24.47% from 380); Blue value is 172 (67.58% from 255 or 45.26% from 380); Max value from RGB is 172 - color contains mainly: blue. Hex color #735DAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735DAC is #8CA253. Grayscale: #6C6C6C. Windows color (decimal): -9216596 or 11296115. OLE color: 11296115.

HSL color Cylindrical-coordinate representation of color #735DAC: hue angle of 256.71º 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 #735DAC is Cyan = 0.33, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 115 93 172 -
CMYK 0.33 0.46 0 0.33
HSL 256.71º 0.32% 0.52% -
HSV(B) 256.71º 0.46% 0.67% -
XYZ 18.43 14.45 40.85 -
YUV 108.58 163.79 132.58 -
System Red Green Blue C M Y K H S L
Decimal 115 93 172 0.33 0.46 0 0.33 256.71 0.32 0.52
Hex 73 5D AC 21 2E 0 21 101 20 34
Octal 163 135 254 41 56 0 41 401 40 64
Binary 1110011 1011101 10101100 100001 101110 0 100001 100000001 100000 110100

Color Harmonies of #735DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DAC

Black with #735DAC

Text Example


Text Example

White with #735DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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