Html Css Color HEX #735AAF Blue Marguerite

📋 copy color: '#735AAF'

red 115 ◦ green 90 ◦ blue 175

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

Shades of Blue Marguerite #735AAF

Tints of Blue Marguerite #735AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 46.05%

R = 30.26%
G = 23.68%
B = 46.05%

CMYK

 C value IS 0.34

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#735AAF (or 0x735AAF) is known color: Blue Marguerite. HEX triplet: 73, 5A and AF. RGB value is (115,90,175). Sum of RGB (Red+Green+Blue) = 115+90+175=380 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.26% from 380); Green value is 90 (35.55% from 255 or 23.68% from 380); Blue value is 175 (68.75% from 255 or 46.05% from 380); Max value from RGB is 175 - color contains mainly: blue. Hex color #735AAF is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735AAF is #8CA550. Grayscale: #6A6A6A. Windows color (decimal): -9217361 or 11491955. OLE color: 11491955.

HSL color Cylindrical-coordinate representation of color #735AAF: hue angle of 257.65º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #735AAF is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 90 175 -
CMYK 0.34 0.49 0 0.31
HSL 257.65º 0.35% 0.52% -
HSV(B) 257.65º 0.49% 0.69% -
XYZ 18.46 14.05 42.3 -
YUV 107.17 166.28 133.59 -
System Red Green Blue C M Y K H S L
Decimal 115 90 175 0.34 0.49 0 0.31 257.65 0.35 0.52
Hex 73 5A AF 22 31 0 1F 102 23 34
Octal 163 132 257 42 61 0 37 402 43 64
Binary 1110011 1011010 10101111 100010 110001 0 11111 100000010 100011 110100

Color Harmonies of #735AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735AAF

Black with #735AAF

Text Example


Text Example

White with #735AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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