Html Css Color HEX #735DB4 Blue Marguerite

📋 copy color: '#735DB4'

red 115 ◦ green 93 ◦ blue 180

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

Shades of Blue Marguerite #735DB4

Tints of Blue Marguerite #735DB4

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.97%

 BLUE value IS 180 (70.7% from 255) = 46.39%

R = 29.64%
G = 23.97%
B = 46.39%

CMYK

 C value IS 0.36

 M value IS 0.48

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#735DB4 (or 0x735DB4) is known color: Blue Marguerite. HEX triplet: 73, 5D and B4. RGB value is (115,93,180). Sum of RGB (Red+Green+Blue) = 115+93+180=388 (51% of max value = 765). Red value is 115 (45.31% from 255 or 29.64% from 388); Green value is 93 (36.72% from 255 or 23.97% from 388); Blue value is 180 (70.70% from 255 or 46.39% from 388); Max value from RGB is 180 - color contains mainly: blue. Hex color #735DB4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #735DB4 is #8CA24B. Grayscale: #6D6D6D. Windows color (decimal): -9216588 or 11820403. OLE color: 11820403.

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

Color convert

RGB 115 93 180 -
CMYK 0.36 0.48 0 0.29
HSL 255.17º 0.37% 0.54% -
HSV(B) 255.17º 0.48% 0.71% -
XYZ 19.22 14.77 45.02 -
YUV 109.5 167.79 131.93 -
System Red Green Blue C M Y K H S L
Decimal 115 93 180 0.36 0.48 0 0.29 255.17 0.37 0.54
Hex 73 5D B4 24 30 0 1D FF 25 36
Octal 163 135 264 44 60 0 35 377 45 66
Binary 1110011 1011101 10110100 100100 110000 0 11101 11111111 100101 110110

Color Harmonies of #735DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #735DB4

Black with #735DB4

Text Example


Text Example

White with #735DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,93,180); }

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

background-color css

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

 a { background-color: rgb(115,93,180); }

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

border-color css

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

 span { border-color: rgb(115,93,180); }

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