Html Css Color HEX #735AAA Blue Marguerite

📋 copy color: '#735AAA'

red 115 ◦ green 90 ◦ blue 170

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

Shades of Blue Marguerite #735AAA

Tints of Blue Marguerite #735AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 45.33%

R = 30.67%
G = 24%
B = 45.33%

CMYK

 C value IS 0.32

 M value IS 0.47

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#735AAA (or 0x735AAA) is known color: Blue Marguerite. HEX triplet: 73, 5A and AA. RGB value is (115,90,170). Sum of RGB (Red+Green+Blue) = 115+90+170=375 (49% of max value = 765). Red value is 115 (45.31% from 255 or 30.67% from 375); Green value is 90 (35.55% from 255 or 24% from 375); Blue value is 170 (66.80% from 255 or 45.33% from 375); Max value from RGB is 170 - color contains mainly: blue. Hex color #735AAA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735AAA is #8CA555. Grayscale: #6A6A6A. Windows color (decimal): -9217366 or 11164275. OLE color: 11164275.

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

Color convert

RGB 115 90 170 -
CMYK 0.32 0.47 0 0.33
HSL 258.75º 0.32% 0.51% -
HSV(B) 258.75º 0.47% 0.67% -
XYZ 17.98 13.86 39.76 -
YUV 106.6 163.78 134 -
System Red Green Blue C M Y K H S L
Decimal 115 90 170 0.32 0.47 0 0.33 258.75 0.32 0.51
Hex 73 5A AA 20 2F 0 21 103 20 33
Octal 163 132 252 40 57 0 41 403 40 63
Binary 1110011 1011010 10101010 100000 101111 0 100001 100000011 100000 110011

Color Harmonies of #735AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735AAA

Black with #735AAA

Text Example


Text Example

White with #735AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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