Html Css Color HEX #755F8B Butterfly Bush

📋 copy color: '#755F8B'

red 117 ◦ green 95 ◦ blue 139

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

Shades of Butterfly Bush #755F8B

Tints of Butterfly Bush #755F8B

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.07%

 BLUE value IS 139 (54.69% from 255) = 39.6%

R = 33.33%
G = 27.07%
B = 39.6%

CMYK

 C value IS 0.16

 M value IS 0.32

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#755F8B (or 0x755F8B) is known color: Butterfly Bush. HEX triplet: 75, 5F and 8B. RGB value is (117,95,139). Sum of RGB (Red+Green+Blue) = 117+95+139=351 (46% of max value = 765). Red value is 117 (46.09% from 255 or 33.33% from 351); Green value is 95 (37.5% from 255 or 27.07% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 139 - color contains mainly: blue. Hex color #755F8B is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #755F8B is #8AA074. Grayscale: #6A6A6A. Windows color (decimal): -9085045 or 9133941. OLE color: 9133941.

HSL color Cylindrical-coordinate representation of color #755F8B: hue angle of 270º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #755F8B is Cyan = 0.16, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 95 139 -
CMYK 0.16 0.32 0 0.45
HSL 270º 0.19% 0.46% -
HSV(B) 270º 0.32% 0.55% -
XYZ 16.09 13.83 26.25 -
YUV 106.59 146.29 135.42 -
System Red Green Blue C M Y K H S L
Decimal 117 95 139 0.16 0.32 0 0.45 270 0.19 0.46
Hex 75 5F 8B 10 20 0 2D 10E 13 2E
Octal 165 137 213 20 40 0 55 416 23 56
Binary 1110101 1011111 10001011 10000 100000 0 101101 100001110 10011 101110

Color Harmonies of #755F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755F8B

Black with #755F8B

Text Example


Text Example

White with #755F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,95,139); }

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

background-color css

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

 a { background-color: rgb(117,95,139); }

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

border-color css

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

 span { border-color: rgb(117,95,139); }

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