Html Css Color HEX #755B96 Butterfly Bush

📋 copy color: '#755B96'

red 117 ◦ green 91 ◦ blue 150

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

Shades of Butterfly Bush #755B96

Tints of Butterfly Bush #755B96

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.42%

 BLUE value IS 150 (58.98% from 255) = 41.9%

R = 32.68%
G = 25.42%
B = 41.9%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#755B96 (or 0x755B96) is known color: Butterfly Bush. HEX triplet: 75, 5B and 96. RGB value is (117,91,150). Sum of RGB (Red+Green+Blue) = 117+91+150=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 91 (35.94% from 255 or 25.42% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 150 - color contains mainly: blue. Hex color #755B96 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755B96 is #8AA469. Grayscale: #696969. Windows color (decimal): -9086058 or 9853813. OLE color: 9853813.

HSL color Cylindrical-coordinate representation of color #755B96: hue angle of 266.44º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #755B96 is Cyan = 0.22, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 117 91 150 -
CMYK 0.22 0.39 0 0.41
HSL 266.44º 0.24% 0.47% -
HSV(B) 266.44º 0.39% 0.59% -
XYZ 16.58 13.47 30.58 -
YUV 105.5 153.11 136.2 -
System Red Green Blue C M Y K H S L
Decimal 117 91 150 0.22 0.39 0 0.41 266.44 0.24 0.47
Hex 75 5B 96 16 27 0 29 10A 18 2F
Octal 165 133 226 26 47 0 51 412 30 57
Binary 1110101 1011011 10010110 10110 100111 0 101001 100001010 11000 101111

Color Harmonies of #755B96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755B96

Black with #755B96

Text Example


Text Example

White with #755B96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755B96; }

 p { color: rgb(117,91,150); }

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

background-color css

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

 a { background-color: rgb(117,91,150); }

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

border-color css

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

 span { border-color: rgb(117,91,150); }

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