Html Css Color HEX #735BBA Blue Marguerite

📋 copy color: '#735BBA'

red 115 ◦ green 91 ◦ blue 186

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

Shades of Blue Marguerite #735BBA

Tints of Blue Marguerite #735BBA

RGB

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

 GREEN value IS 91 (35.94% from 255) = 23.21%

 BLUE value IS 186 (73.05% from 255) = 47.45%

R = 29.34%
G = 23.21%
B = 47.45%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#735BBA (or 0x735BBA) is known color: Blue Marguerite. HEX triplet: 73, 5B and BA. RGB value is (115,91,186). Sum of RGB (Red+Green+Blue) = 115+91+186=392 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.34% from 392); Green value is 91 (35.94% from 255 or 23.21% from 392); Blue value is 186 (73.05% from 255 or 47.45% from 392); Max value from RGB is 186 - color contains mainly: blue. Hex color #735BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735BBA is #8CA445. Grayscale: #6C6C6C. Windows color (decimal): -9217094 or 12213107. OLE color: 12213107.

HSL color Cylindrical-coordinate representation of color #735BBA: hue angle of 255.16º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #735BBA is Cyan = 0.38, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 115 91 186 -
CMYK 0.38 0.51 0 0.27
HSL 255.16º 0.41% 0.54% -
HSV(B) 255.16º 0.51% 0.73% -
XYZ 19.67 14.67 48.25 -
YUV 109.01 171.45 132.28 -
System Red Green Blue C M Y K H S L
Decimal 115 91 186 0.38 0.51 0 0.27 255.16 0.41 0.54
Hex 73 5B BA 26 33 0 1B FF 29 36
Octal 163 133 272 46 63 0 33 377 51 66
Binary 1110011 1011011 10111010 100110 110011 0 11011 11111111 101001 110110

Color Harmonies of #735BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735BBA

Black with #735BBA

Text Example


Text Example

White with #735BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,91,186); }

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

background-color css

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

 a { background-color: rgb(115,91,186); }

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

border-color css

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

 span { border-color: rgb(115,91,186); }

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