Html Css Color HEX #755D94 Butterfly Bush

📋 copy color: '#755D94'

red 117 ◦ green 93 ◦ blue 148

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

Shades of Butterfly Bush #755D94

Tints of Butterfly Bush #755D94

RGB

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

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

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

R = 32.68%
G = 25.98%
B = 41.34%

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

#755D94 (or 0x755D94) is known color: Butterfly Bush. HEX triplet: 75, 5D and 94. RGB value is (117,93,148). Sum of RGB (Red+Green+Blue) = 117+93+148=358 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.68% from 358); Green value is 93 (36.72% from 255 or 25.98% from 358); Blue value is 148 (58.20% from 255 or 41.34% from 358); Max value from RGB is 148 - color contains mainly: blue. Hex color #755D94 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755D94 is #8AA26B. Grayscale: #6A6A6A. Windows color (decimal): -9085548 or 9723253. OLE color: 9723253.

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

Color convert

RGB 117 93 148 -
CMYK 0.21 0.37 0 0.42
HSL 266.18º 0.23% 0.47% -
HSV(B) 266.18º 0.37% 0.58% -
XYZ 16.6 13.75 29.8 -
YUV 106.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 117 93 148 0.21 0.37 0 0.42 266.18 0.23 0.47
Hex 75 5D 94 15 25 0 2A 10A 17 2F
Octal 165 135 224 25 45 0 52 412 27 57
Binary 1110101 1011101 10010100 10101 100101 0 101010 100001010 10111 101111

Color Harmonies of #755D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D94

Black with #755D94

Text Example


Text Example

White with #755D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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