Html Css Color HEX #755C90 Butterfly Bush

📋 copy color: '#755C90'

red 117 ◦ green 92 ◦ blue 144

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

Shades of Butterfly Bush #755C90

Tints of Butterfly Bush #755C90

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.06%

 BLUE value IS 144 (56.64% from 255) = 40.79%

R = 33.14%
G = 26.06%
B = 40.79%

CMYK

 C value IS 0.19

 M value IS 0.36

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#755C90 (or 0x755C90) is known color: Butterfly Bush. HEX triplet: 75, 5C and 90. RGB value is (117,92,144). Sum of RGB (Red+Green+Blue) = 117+92+144=353 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.14% from 353); Green value is 92 (36.33% from 255 or 26.06% from 353); Blue value is 144 (56.64% from 255 or 40.79% from 353); Max value from RGB is 144 - color contains mainly: blue. Hex color #755C90 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755C90 is #8AA36F. Grayscale: #696969. Windows color (decimal): -9085808 or 9460853. OLE color: 9460853.

HSL color Cylindrical-coordinate representation of color #755C90: hue angle of 268.85º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #755C90 is Cyan = 0.19, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 117 92 144 -
CMYK 0.19 0.36 0 0.44
HSL 268.85º 0.22% 0.46% -
HSV(B) 268.85º 0.36% 0.56% -
XYZ 16.2 13.45 28.13 -
YUV 105.4 149.78 136.27 -
System Red Green Blue C M Y K H S L
Decimal 117 92 144 0.19 0.36 0 0.44 268.85 0.22 0.46
Hex 75 5C 90 13 24 0 2C 10D 16 2E
Octal 165 134 220 23 44 0 54 415 26 56
Binary 1110101 1011100 10010000 10011 100100 0 101100 100001101 10110 101110

Color Harmonies of #755C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755C90

Black with #755C90

Text Example


Text Example

White with #755C90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,92,144); }

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

background-color css

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

 a { background-color: rgb(117,92,144); }

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

border-color css

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

 span { border-color: rgb(117,92,144); }

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