Html Css Color HEX #755E94 Butterfly Bush

📋 copy color: '#755E94'

red 117 ◦ green 94 ◦ blue 148

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

Shades of Butterfly Bush #755E94

Tints of Butterfly Bush #755E94

RGB

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

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

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

R = 32.59%
G = 26.18%
B = 41.23%

CMYK

 C value IS 0.21

 M value IS 0.36

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#755E94 (or 0x755E94) is known color: Butterfly Bush. HEX triplet: 75, 5E and 94. RGB value is (117,94,148). Sum of RGB (Red+Green+Blue) = 117+94+148=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 94 (37.11% from 255 or 26.18% 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 #755E94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755E94 is #8AA16B. Grayscale: #6A6A6A. Windows color (decimal): -9085292 or 9723509. OLE color: 9723509.

HSL color Cylindrical-coordinate representation of color #755E94: hue angle of 265.56º 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 #755E94 is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 117 94 148 -
CMYK 0.21 0.36 0 0.42
HSL 265.56º 0.22% 0.47% -
HSV(B) 265.56º 0.36% 0.58% -
XYZ 16.68 13.93 29.83 -
YUV 107.03 151.12 135.11 -
System Red Green Blue C M Y K H S L
Decimal 117 94 148 0.21 0.36 0 0.42 265.56 0.22 0.47
Hex 75 5E 94 15 24 0 2A 10A 16 2F
Octal 165 136 224 25 44 0 52 412 26 57
Binary 1110101 1011110 10010100 10101 100100 0 101010 100001010 10110 101111

Color Harmonies of #755E94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755E94

Black with #755E94

Text Example


Text Example

White with #755E94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,94,148); }

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

background-color css

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

 a { background-color: rgb(117,94,148); }

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

border-color css

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

 span { border-color: rgb(117,94,148); }

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