Html Css Color HEX #756293 Butterfly Bush

📋 copy color: '#756293'

red 117 ◦ green 98 ◦ blue 147

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

Shades of Butterfly Bush #756293

Tints of Butterfly Bush #756293

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.07%

 BLUE value IS 147 (57.81% from 255) = 40.61%

R = 32.32%
G = 27.07%
B = 40.61%

CMYK

 C value IS 0.20

 M value IS 0.33

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#756293 (or 0x756293) is known color: Butterfly Bush. HEX triplet: 75, 62 and 93. RGB value is (117,98,147). Sum of RGB (Red+Green+Blue) = 117+98+147=362 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.32% from 362); Green value is 98 (38.67% from 255 or 27.07% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #756293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #756293 is #8A9D6C. Grayscale: #6D6D6D. Windows color (decimal): -9084269 or 9658997. OLE color: 9658997.

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

Color convert

RGB 117 98 147 -
CMYK 0.20 0.33 0 0.42
HSL 263.27º 0.2% 0.48% -
HSV(B) 263.27º 0.33% 0.58% -
XYZ 16.97 14.62 29.53 -
YUV 109.27 149.29 133.52 -
System Red Green Blue C M Y K H S L
Decimal 117 98 147 0.20 0.33 0 0.42 263.27 0.2 0.48
Hex 75 62 93 14 21 0 2A 107 14 30
Octal 165 142 223 24 41 0 52 407 24 60
Binary 1110101 1100010 10010011 10100 100001 0 101010 100000111 10100 110000

Color Harmonies of #756293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756293

Black with #756293

Text Example


Text Example

White with #756293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756293; }

 p { color: rgb(117,98,147); }

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

background-color css

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

 a { background-color: rgb(117,98,147); }

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

border-color css

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

 span { border-color: rgb(117,98,147); }

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