Html Css Color HEX #735AB5 Blue Marguerite

📋 copy color: '#735AB5'

red 115 ◦ green 90 ◦ blue 181

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

Shades of Blue Marguerite #735AB5

Tints of Blue Marguerite #735AB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 46.89%

R = 29.79%
G = 23.32%
B = 46.89%

CMYK

 C value IS 0.36

 M value IS 0.50

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#735AB5 (or 0x735AB5) is known color: Blue Marguerite. HEX triplet: 73, 5A and B5. RGB value is (115,90,181). Sum of RGB (Red+Green+Blue) = 115+90+181=386 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.79% from 386); Green value is 90 (35.55% from 255 or 23.32% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 181 - color contains mainly: blue. Hex color #735AB5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735AB5 is #8CA54A. Grayscale: #6B6B6B. Windows color (decimal): -9217355 or 11885171. OLE color: 11885171.

HSL color Cylindrical-coordinate representation of color #735AB5: hue angle of 256.48º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #735AB5 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 90 181 -
CMYK 0.36 0.50 0 0.29
HSL 256.48º 0.38% 0.53% -
HSV(B) 256.48º 0.5% 0.71% -
XYZ 19.07 14.29 45.47 -
YUV 107.85 169.28 133.1 -
System Red Green Blue C M Y K H S L
Decimal 115 90 181 0.36 0.50 0 0.29 256.48 0.38 0.53
Hex 73 5A B5 24 32 0 1D 100 26 35
Octal 163 132 265 44 62 0 35 400 46 65
Binary 1110011 1011010 10110101 100100 110010 0 11101 100000000 100110 110101

Color Harmonies of #735AB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735AB5

Black with #735AB5

Text Example


Text Example

White with #735AB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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