Html Css Color HEX #765E93 Butterfly Bush

📋 copy color: '#765E93'

red 118 ◦ green 94 ◦ blue 147

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

Shades of Butterfly Bush #765E93

Tints of Butterfly Bush #765E93

RGB

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

 GREEN value IS 94 (37.11% from 255) = 26.18%

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

R = 32.87%
G = 26.18%
B = 40.95%

CMYK

 C value IS 0.20

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#765E93 (or 0x765E93) is known color: Butterfly Bush. HEX triplet: 76, 5E and 93. RGB value is (118,94,147). Sum of RGB (Red+Green+Blue) = 118+94+147=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 147 (57.81% from 255 or 40.95% from 359); Max value from RGB is 147 - color contains mainly: blue. Hex color #765E93 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765E93 is #89A16C. Grayscale: #6B6B6B. Windows color (decimal): -9019757 or 9657974. OLE color: 9657974.

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

Color convert

RGB 118 94 147 -
CMYK 0.20 0.36 0 0.42
HSL 267.17º 0.22% 0.47% -
HSV(B) 267.17º 0.36% 0.58% -
XYZ 16.74 13.96 29.42 -
YUV 107.22 150.45 135.69 -
System Red Green Blue C M Y K H S L
Decimal 118 94 147 0.20 0.36 0 0.42 267.17 0.22 0.47
Hex 76 5E 93 14 24 0 2A 10B 16 2F
Octal 166 136 223 24 44 0 52 413 26 57
Binary 1110110 1011110 10010011 10100 100100 0 101010 100001011 10110 101111

Color Harmonies of #765E93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E93

Black with #765E93

Text Example


Text Example

White with #765E93

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765E93; }

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

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

background-color css

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

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

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

border-color css

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

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

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