Html Css Color HEX #735AB1 Blue Marguerite

📋 copy color: '#735AB1'

red 115 ◦ green 90 ◦ blue 177

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

Shades of Blue Marguerite #735AB1

Tints of Blue Marguerite #735AB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.34%

R = 30.1%
G = 23.56%
B = 46.34%

CMYK

 C value IS 0.35

 M value IS 0.49

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#735AB1 (or 0x735AB1) is known color: Blue Marguerite. HEX triplet: 73, 5A and B1. RGB value is (115,90,177). Sum of RGB (Red+Green+Blue) = 115+90+177=382 (50% of max value = 765). Red value is 115 (45.31% from 255 or 30.10% from 382); Green value is 90 (35.55% from 255 or 23.56% from 382); Blue value is 177 (69.53% from 255 or 46.34% from 382); Max value from RGB is 177 - color contains mainly: blue. Hex color #735AB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735AB1 is #8CA54E. Grayscale: #6B6B6B. Windows color (decimal): -9217359 or 11623027. OLE color: 11623027.

HSL color Cylindrical-coordinate representation of color #735AB1: hue angle of 257.24º degrees, saturation: 0.36, 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 #735AB1 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 115 90 177 -
CMYK 0.35 0.49 0 0.31
HSL 257.24º 0.36% 0.52% -
HSV(B) 257.24º 0.49% 0.69% -
XYZ 18.66 14.13 43.34 -
YUV 107.39 167.28 133.43 -
System Red Green Blue C M Y K H S L
Decimal 115 90 177 0.35 0.49 0 0.31 257.24 0.36 0.52
Hex 73 5A B1 23 31 0 1F 101 24 34
Octal 163 132 261 43 61 0 37 401 44 64
Binary 1110011 1011010 10110001 100011 110001 0 11111 100000001 100100 110100

Color Harmonies of #735AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735AB1

Black with #735AB1

Text Example


Text Example

White with #735AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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