Html Css Color HEX #736095 Butterfly Bush

📋 copy color: '#736095'

red 115 ◦ green 96 ◦ blue 149

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

Shades of Butterfly Bush #736095

Tints of Butterfly Bush #736095

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.67%

 BLUE value IS 149 (58.59% from 255) = 41.39%

R = 31.94%
G = 26.67%
B = 41.39%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#736095 (or 0x736095) is known color: Butterfly Bush. HEX triplet: 73, 60 and 95. RGB value is (115,96,149). Sum of RGB (Red+Green+Blue) = 115+96+149=360 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.94% from 360); Green value is 96 (37.89% from 255 or 26.67% from 360); Blue value is 149 (58.59% from 255 or 41.39% from 360); Max value from RGB is 149 - color contains mainly: blue. Hex color #736095 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #736095 is #8C9F6A. Grayscale: #6B6B6B. Windows color (decimal): -9215851 or 9789555. OLE color: 9789555.

HSL color Cylindrical-coordinate representation of color #736095: hue angle of 261.51º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #736095 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 96 149 -
CMYK 0.23 0.36 0 0.42
HSL 261.51º 0.22% 0.48% -
HSV(B) 261.51º 0.36% 0.58% -
XYZ 16.68 14.18 30.29 -
YUV 107.72 151.29 133.19 -
System Red Green Blue C M Y K H S L
Decimal 115 96 149 0.23 0.36 0 0.42 261.51 0.22 0.48
Hex 73 60 95 17 24 0 2A 106 16 30
Octal 163 140 225 27 44 0 52 406 26 60
Binary 1110011 1100000 10010101 10111 100100 0 101010 100000110 10110 110000

Color Harmonies of #736095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736095

Black with #736095

Text Example


Text Example

White with #736095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736095; }

 p { color: rgb(115,96,149); }

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

background-color css

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

 a { background-color: rgb(115,96,149); }

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

border-color css

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

 span { border-color: rgb(115,96,149); }

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