Html Css Color HEX #735FB9 Blue Marguerite

📋 copy color: '#735FB9'

red 115 ◦ green 95 ◦ blue 185

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

Shades of Blue Marguerite #735FB9

Tints of Blue Marguerite #735FB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 46.84%

R = 29.11%
G = 24.05%
B = 46.84%

CMYK

 C value IS 0.38

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#735FB9 (or 0x735FB9) is known color: Blue Marguerite. HEX triplet: 73, 5F and B9. RGB value is (115,95,185). Sum of RGB (Red+Green+Blue) = 115+95+185=395 (52% of max value = 765). Red value is 115 (45.31% from 255 or 29.11% from 395); Green value is 95 (37.5% from 255 or 24.05% from 395); Blue value is 185 (72.66% from 255 or 46.84% from 395); Max value from RGB is 185 - color contains mainly: blue. Hex color #735FB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735FB9 is #8CA046. Grayscale: #6E6E6E. Windows color (decimal): -9216071 or 12148595. OLE color: 12148595.

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

Color convert

RGB 115 95 185 -
CMYK 0.38 0.49 0 0.27
HSL 253.33º 0.39% 0.55% -
HSV(B) 253.33º 0.49% 0.73% -
XYZ 19.92 15.33 47.81 -
YUV 111.24 169.63 130.68 -
System Red Green Blue C M Y K H S L
Decimal 115 95 185 0.38 0.49 0 0.27 253.33 0.39 0.55
Hex 73 5F B9 26 31 0 1B FD 27 37
Octal 163 137 271 46 61 0 33 375 47 67
Binary 1110011 1011111 10111001 100110 110001 0 11011 11111101 100111 110111

Color Harmonies of #735FB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735FB9

Black with #735FB9

Text Example


Text Example

White with #735FB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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