Html Css Color HEX #735FAD Blue Marguerite

📋 copy color: '#735FAD'

red 115 ◦ green 95 ◦ blue 173

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

Shades of Blue Marguerite #735FAD

Tints of Blue Marguerite #735FAD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.8%

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

R = 30.03%
G = 24.8%
B = 45.17%

CMYK

 C value IS 0.34

 M value IS 0.45

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#735FAD (or 0x735FAD) is known color: Blue Marguerite. HEX triplet: 73, 5F and AD. RGB value is (115,95,173). Sum of RGB (Red+Green+Blue) = 115+95+173=383 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.03% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 173 (67.97% from 255 or 45.17% from 383); Max value from RGB is 173 - color contains mainly: blue. Hex color #735FAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735FAD is #8CA052. Grayscale: #6D6D6D. Windows color (decimal): -9216083 or 11362163. OLE color: 11362163.

HSL color Cylindrical-coordinate representation of color #735FAD: hue angle of 255.38º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #735FAD is Cyan = 0.34, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 115 95 173 -
CMYK 0.34 0.45 0 0.32
HSL 255.38º 0.32% 0.53% -
HSV(B) 255.38º 0.45% 0.68% -
XYZ 18.71 14.85 41.41 -
YUV 109.87 163.63 131.66 -
System Red Green Blue C M Y K H S L
Decimal 115 95 173 0.34 0.45 0 0.32 255.38 0.32 0.53
Hex 73 5F AD 22 2D 0 20 FF 20 35
Octal 163 137 255 42 55 0 40 377 40 65
Binary 1110011 1011111 10101101 100010 101101 0 100000 11111111 100000 110101

Color Harmonies of #735FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735FAD

Black with #735FAD

Text Example


Text Example

White with #735FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,95,173); }

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

background-color css

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

 a { background-color: rgb(115,95,173); }

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

border-color css

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

 span { border-color: rgb(115,95,173); }

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