Html Css Color HEX #735DAB Blue Marguerite

📋 copy color: '#735DAB'

red 115 ◦ green 93 ◦ blue 171

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

Shades of Blue Marguerite #735DAB

Tints of Blue Marguerite #735DAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 45.12%

R = 30.34%
G = 24.54%
B = 45.12%

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

#735DAB (or 0x735DAB) is known color: Blue Marguerite. HEX triplet: 73, 5D and AB. RGB value is (115,93,171). Sum of RGB (Red+Green+Blue) = 115+93+171=379 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.34% from 379); Green value is 93 (36.72% from 255 or 24.54% from 379); Blue value is 171 (67.19% from 255 or 45.12% from 379); Max value from RGB is 171 - color contains mainly: blue. Hex color #735DAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735DAB is #8CA254. Grayscale: #6C6C6C. Windows color (decimal): -9216597 or 11230579. OLE color: 11230579.

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

Color convert

RGB 115 93 171 -
CMYK 0.33 0.46 0 0.33
HSL 256.92º 0.32% 0.52% -
HSV(B) 256.92º 0.46% 0.67% -
XYZ 18.34 14.41 40.34 -
YUV 108.47 163.29 132.66 -
System Red Green Blue C M Y K H S L
Decimal 115 93 171 0.33 0.46 0 0.33 256.92 0.32 0.52
Hex 73 5D AB 21 2E 0 21 101 20 34
Octal 163 135 253 41 56 0 41 401 40 64
Binary 1110011 1011101 10101011 100001 101110 0 100001 100000001 100000 110100

Color Harmonies of #735DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DAB

Black with #735DAB

Text Example


Text Example

White with #735DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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