Html Css Color HEX #766293 Butterfly Bush

📋 copy color: '#766293'

red 118 ◦ green 98 ◦ blue 147

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

Shades of Butterfly Bush #766293

Tints of Butterfly Bush #766293

RGB

 RED value IS 118 (46.48% from 255) = 32.51%

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

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

R = 32.51%
G = 27%
B = 40.5%

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

#766293 (or 0x766293) is known color: Butterfly Bush. HEX triplet: 76, 62 and 93. RGB value is (118,98,147). Sum of RGB (Red+Green+Blue) = 118+98+147=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 98 (38.67% from 255 or 27.00% from 363); Blue value is 147 (57.81% from 255 or 40.50% from 363); Max value from RGB is 147 - color contains mainly: blue. Hex color #766293 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #766293 is #899D6C. Grayscale: #6D6D6D. Windows color (decimal): -9018733 or 9658998. OLE color: 9658998.

HSL color Cylindrical-coordinate representation of color #766293: hue angle of 264.49º 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 #766293 is Cyan = 0.20, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 118 98 147 -
CMYK 0.20 0.33 0 0.42
HSL 264.49º 0.2% 0.48% -
HSV(B) 264.49º 0.33% 0.58% -
XYZ 17.11 14.69 29.54 -
YUV 109.57 149.13 134.02 -
System Red Green Blue C M Y K H S L
Decimal 118 98 147 0.20 0.33 0 0.42 264.49 0.2 0.48
Hex 76 62 93 14 21 0 2A 108 14 30
Octal 166 142 223 24 41 0 52 410 24 60
Binary 1110110 1100010 10010011 10100 100001 0 101010 100001000 10100 110000

Color Harmonies of #766293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766293

Black with #766293

Text Example


Text Example

White with #766293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766293; }

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

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

background-color css

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

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

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

border-color css

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

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

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