Html Css Color HEX #735FB2 Blue Marguerite

📋 copy color: '#735FB2'

red 115 ◦ green 95 ◦ blue 178

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

Shades of Blue Marguerite #735FB2

Tints of Blue Marguerite #735FB2

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.48%

 BLUE value IS 178 (69.92% from 255) = 45.88%

R = 29.64%
G = 24.48%
B = 45.88%

CMYK

 C value IS 0.35

 M value IS 0.47

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#735FB2 (or 0x735FB2) is known color: Blue Marguerite. HEX triplet: 73, 5F and B2. RGB value is (115,95,178). Sum of RGB (Red+Green+Blue) = 115+95+178=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 95 (37.5% from 255 or 24.48% from 388); Blue value is 178 (69.92% from 255 or 45.88% from 388); Max value from RGB is 178 - color contains mainly: blue. Hex color #735FB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #735FB2 is #8CA04D. Grayscale: #6E6E6E. Windows color (decimal): -9216078 or 11689843. OLE color: 11689843.

HSL color Cylindrical-coordinate representation of color #735FB2: hue angle of 254.46º degrees, saturation: 0.35, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #735FB2 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 115 95 178 -
CMYK 0.35 0.47 0 0.30
HSL 254.46º 0.35% 0.54% -
HSV(B) 254.46º 0.47% 0.7% -
XYZ 19.2 15.04 44.01 -
YUV 110.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 115 95 178 0.35 0.47 0 0.30 254.46 0.35 0.54
Hex 73 5F B2 23 2F 0 1E FE 23 36
Octal 163 137 262 43 57 0 36 376 43 66
Binary 1110011 1011111 10110010 100011 101111 0 11110 11111110 100011 110110

Color Harmonies of #735FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735FB2

Black with #735FB2

Text Example


Text Example

White with #735FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,95,178); }

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

background-color css

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

 a { background-color: rgb(115,95,178); }

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

border-color css

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

 span { border-color: rgb(115,95,178); }

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