Html Css Color HEX #735EAD Blue Marguerite

📋 copy color: '#735EAD'

red 115 ◦ green 94 ◦ blue 173

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

Shades of Blue Marguerite #735EAD

Tints of Blue Marguerite #735EAD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 24.61%

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

R = 30.1%
G = 24.61%
B = 45.29%

CMYK

 C value IS 0.34

 M value IS 0.46

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#735EAD (or 0x735EAD) is known color: Blue Marguerite. HEX triplet: 73, 5E and AD. RGB value is (115,94,173). Sum of RGB (Red+Green+Blue) = 115+94+173=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 94 (37.11% from 255 or 24.61% 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 #735EAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735EAD is #8CA152. Grayscale: #6C6C6C. Windows color (decimal): -9216339 or 11361907. OLE color: 11361907.

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

Color convert

RGB 115 94 173 -
CMYK 0.34 0.46 0 0.32
HSL 255.95º 0.33% 0.52% -
HSV(B) 255.95º 0.46% 0.68% -
XYZ 18.62 14.67 41.39 -
YUV 109.29 163.96 132.08 -
System Red Green Blue C M Y K H S L
Decimal 115 94 173 0.34 0.46 0 0.32 255.95 0.33 0.52
Hex 73 5E AD 22 2E 0 20 100 21 34
Octal 163 136 255 42 56 0 40 400 41 64
Binary 1110011 1011110 10101101 100010 101110 0 100000 100000000 100001 110100

Color Harmonies of #735EAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735EAD

Black with #735EAD

Text Example


Text Example

White with #735EAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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