Html Css Color HEX #756094 Butterfly Bush

📋 copy color: '#756094'

red 117 ◦ green 96 ◦ blue 148

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

Shades of Butterfly Bush #756094

Tints of Butterfly Bush #756094

RGB

 RED value IS 117 (46.09% from 255) = 32.41%

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

 BLUE value IS 148 (58.2% from 255) = 41%

R = 32.41%
G = 26.59%
B = 41%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#756094 (or 0x756094) is known color: Butterfly Bush. HEX triplet: 75, 60 and 94. RGB value is (117,96,148). Sum of RGB (Red+Green+Blue) = 117+96+148=361 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.41% from 361); Green value is 96 (37.89% from 255 or 26.59% from 361); Blue value is 148 (58.20% from 255 or 41.00% from 361); Max value from RGB is 148 - color contains mainly: blue. Hex color #756094 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756094 is #8A9F6B. Grayscale: #6C6C6C. Windows color (decimal): -9084780 or 9724021. OLE color: 9724021.

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

Color convert

RGB 117 96 148 -
CMYK 0.21 0.35 0 0.42
HSL 264.23º 0.21% 0.48% -
HSV(B) 264.23º 0.35% 0.58% -
XYZ 16.86 14.29 29.89 -
YUV 108.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 117 96 148 0.21 0.35 0 0.42 264.23 0.21 0.48
Hex 75 60 94 15 23 0 2A 108 15 30
Octal 165 140 224 25 43 0 52 410 25 60
Binary 1110101 1100000 10010100 10101 100011 0 101010 100001000 10101 110000

Color Harmonies of #756094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756094

Black with #756094

Text Example


Text Example

White with #756094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756094; }

 p { color: rgb(117,96,148); }

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

background-color css

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

 a { background-color: rgb(117,96,148); }

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

border-color css

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

 span { border-color: rgb(117,96,148); }

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