Html Css Color HEX #735AAC Blue Marguerite

📋 copy color: '#735AAC'

red 115 ◦ green 90 ◦ blue 172

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

Shades of Blue Marguerite #735AAC

Tints of Blue Marguerite #735AAC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 23.87%

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

R = 30.5%
G = 23.87%
B = 45.62%

CMYK

 C value IS 0.33

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#735AAC (or 0x735AAC) is known color: Blue Marguerite. HEX triplet: 73, 5A and AC. RGB value is (115,90,172). Sum of RGB (Red+Green+Blue) = 115+90+172=377 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.50% from 377); Green value is 90 (35.55% from 255 or 23.87% from 377); Blue value is 172 (67.58% from 255 or 45.62% from 377); Max value from RGB is 172 - color contains mainly: blue. Hex color #735AAC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735AAC is #8CA553. Grayscale: #6A6A6A. Windows color (decimal): -9217364 or 11295347. OLE color: 11295347.

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

Color convert

RGB 115 90 172 -
CMYK 0.33 0.48 0 0.33
HSL 258.29º 0.33% 0.51% -
HSV(B) 258.29º 0.48% 0.67% -
XYZ 18.17 13.94 40.76 -
YUV 106.82 164.78 133.83 -
System Red Green Blue C M Y K H S L
Decimal 115 90 172 0.33 0.48 0 0.33 258.29 0.33 0.51
Hex 73 5A AC 21 30 0 21 102 21 33
Octal 163 132 254 41 60 0 41 402 41 63
Binary 1110011 1011010 10101100 100001 110000 0 100001 100000010 100001 110011

Color Harmonies of #735AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735AAC

Black with #735AAC

Text Example


Text Example

White with #735AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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