Html Css Color HEX #765D94 Butterfly Bush

📋 copy color: '#765D94'

red 118 ◦ green 93 ◦ blue 148

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

Shades of Butterfly Bush #765D94

Tints of Butterfly Bush #765D94

RGB

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

 GREEN value IS 93 (36.72% from 255) = 25.91%

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

R = 32.87%
G = 25.91%
B = 41.23%

CMYK

 C value IS 0.20

 M value IS 0.37

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#765D94 (or 0x765D94) is known color: Butterfly Bush. HEX triplet: 76, 5D and 94. RGB value is (118,93,148). Sum of RGB (Red+Green+Blue) = 118+93+148=359 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.87% from 359); Green value is 93 (36.72% from 255 or 25.91% from 359); Blue value is 148 (58.20% from 255 or 41.23% from 359); Max value from RGB is 148 - color contains mainly: blue. Hex color #765D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #765D94 is #89A26B. Grayscale: #6A6A6A. Windows color (decimal): -9020012 or 9723254. OLE color: 9723254.

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

Color convert

RGB 118 93 148 -
CMYK 0.20 0.37 0 0.42
HSL 267.27º 0.23% 0.47% -
HSV(B) 267.27º 0.37% 0.58% -
XYZ 16.73 13.82 29.8 -
YUV 106.75 151.28 136.03 -
System Red Green Blue C M Y K H S L
Decimal 118 93 148 0.20 0.37 0 0.42 267.27 0.23 0.47
Hex 76 5D 94 14 25 0 2A 10B 17 2F
Octal 166 135 224 24 45 0 52 413 27 57
Binary 1110110 1011101 10010100 10100 100101 0 101010 100001011 10111 101111

Color Harmonies of #765D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765D94

Black with #765D94

Text Example


Text Example

White with #765D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,93,148); }

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

background-color css

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

 a { background-color: rgb(118,93,148); }

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

border-color css

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

 span { border-color: rgb(118,93,148); }

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