Html Css Color HEX #765E95 Butterfly Bush

📋 copy color: '#765E95'

red 118 ◦ green 94 ◦ blue 149

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

Shades of Butterfly Bush #765E95

Tints of Butterfly Bush #765E95

RGB

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

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

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

R = 32.69%
G = 26.04%
B = 41.27%

CMYK

 C value IS 0.21

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#765E95 (or 0x765E95) is known color: Butterfly Bush. HEX triplet: 76, 5E and 95. RGB value is (118,94,149). Sum of RGB (Red+Green+Blue) = 118+94+149=361 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.69% from 361); Green value is 94 (37.11% from 255 or 26.04% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 149 - color contains mainly: blue. Hex color #765E95 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765E95 is #89A16A. Grayscale: #6B6B6B. Windows color (decimal): -9019755 or 9789046. OLE color: 9789046.

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

Color convert

RGB 118 94 149 -
CMYK 0.21 0.37 0 0.42
HSL 266.18º 0.23% 0.48% -
HSV(B) 266.18º 0.37% 0.58% -
XYZ 16.9 14.03 30.25 -
YUV 107.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 118 94 149 0.21 0.37 0 0.42 266.18 0.23 0.48
Hex 76 5E 95 15 25 0 2A 10A 17 30
Octal 166 136 225 25 45 0 52 412 27 60
Binary 1110110 1011110 10010101 10101 100101 0 101010 100001010 10111 110000

Color Harmonies of #765E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765E95

Black with #765E95

Text Example


Text Example

White with #765E95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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