Html Css Color HEX #735AB6 Blue Marguerite

📋 copy color: '#735AB6'

red 115 ◦ green 90 ◦ blue 182

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

Shades of Blue Marguerite #735AB6

Tints of Blue Marguerite #735AB6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 47.03%

R = 29.72%
G = 23.26%
B = 47.03%

CMYK

 C value IS 0.37

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#735AB6 (or 0x735AB6) is known color: Blue Marguerite. HEX triplet: 73, 5A and B6. RGB value is (115,90,182). Sum of RGB (Red+Green+Blue) = 115+90+182=387 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.72% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 182 (71.48% from 255 or 47.03% from 387); Max value from RGB is 182 - color contains mainly: blue. Hex color #735AB6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735AB6 is #8CA549. Grayscale: #6B6B6B. Windows color (decimal): -9217354 or 11950707. OLE color: 11950707.

HSL color Cylindrical-coordinate representation of color #735AB6: hue angle of 256.3º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #735AB6 is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 115 90 182 -
CMYK 0.37 0.51 0 0.29
HSL 256.3º 0.39% 0.53% -
HSV(B) 256.3º 0.51% 0.71% -
XYZ 19.17 14.33 46.01 -
YUV 107.96 169.78 133.02 -
System Red Green Blue C M Y K H S L
Decimal 115 90 182 0.37 0.51 0 0.29 256.3 0.39 0.53
Hex 73 5A B6 25 33 0 1D 100 27 35
Octal 163 132 266 45 63 0 35 400 47 65
Binary 1110011 1011010 10110110 100101 110011 0 11101 100000000 100111 110101

Color Harmonies of #735AB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735AB6

Black with #735AB6

Text Example


Text Example

White with #735AB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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