Html Css Color HEX #735BAB Blue Marguerite

📋 copy color: '#735BAB'

red 115 ◦ green 91 ◦ blue 171

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

Shades of Blue Marguerite #735BAB

Tints of Blue Marguerite #735BAB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.14%

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

R = 30.5%
G = 24.14%
B = 45.36%

CMYK

 C value IS 0.33

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#735BAB (or 0x735BAB) is known color: Blue Marguerite. HEX triplet: 73, 5B and AB. RGB value is (115,91,171). Sum of RGB (Red+Green+Blue) = 115+91+171=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 171 (67.19% from 255 or 45.36% from 377); Max value from RGB is 171 - color contains mainly: blue. Hex color #735BAB is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735BAB is #8CA454. Grayscale: #6B6B6B. Windows color (decimal): -9217109 or 11230067. OLE color: 11230067.

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

Color convert

RGB 115 91 171 -
CMYK 0.33 0.47 0 0.33
HSL 258º 0.32% 0.51% -
HSV(B) 258º 0.47% 0.67% -
XYZ 18.16 14.07 40.29 -
YUV 107.3 163.95 133.5 -
System Red Green Blue C M Y K H S L
Decimal 115 91 171 0.33 0.47 0 0.33 258 0.32 0.51
Hex 73 5B AB 21 2F 0 21 102 20 33
Octal 163 133 253 41 57 0 41 402 40 63
Binary 1110011 1011011 10101011 100001 101111 0 100001 100000010 100000 110011

Color Harmonies of #735BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735BAB

Black with #735BAB

Text Example


Text Example

White with #735BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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