Html Css Color HEX #8B738E Trendy Pink

📋 copy color: '#8B738E'

red 139 ◦ green 115 ◦ blue 142

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

Shades of Trendy Pink #8B738E

Tints of Trendy Pink #8B738E

RGB

 RED value IS 139 (54.69% from 255) = 35.1%

 GREEN value IS 115 (45.31% from 255) = 29.04%

 BLUE value IS 142 (55.86% from 255) = 35.86%

R = 35.1%
G = 29.04%
B = 35.86%

CMYK

 C value IS 0.02

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#8B738E (or 0x8B738E) is known color: Trendy Pink. HEX triplet: 8B, 73 and 8E. RGB value is (139,115,142). Sum of RGB (Red+Green+Blue) = 139+115+142=396 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.10% from 396); Green value is 115 (45.31% from 255 or 29.04% from 396); Blue value is 142 (55.86% from 255 or 35.86% from 396); Max value from RGB is 142 - color contains mainly: blue. Hex color #8B738E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B738E is #748C71. Grayscale: #7D7D7D. Windows color (decimal): -7638130 or 9335691. OLE color: 9335691.

HSL color Cylindrical-coordinate representation of color #8B738E: hue angle of 293.33º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B738E is Cyan = 0.02, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 139 115 142 -
CMYK 0.02 0.19 0 0.44
HSL 293.33º 0.11% 0.5% -
HSV(B) 293.33º 0.19% 0.56% -
XYZ 21.66 19.7 28.25 -
YUV 125.25 137.45 137.8 -
System Red Green Blue C M Y K H S L
Decimal 139 115 142 0.02 0.19 0 0.44 293.33 0.11 0.5
Hex 8B 73 8E 2 13 0 2C 125 B 32
Octal 213 163 216 2 23 0 54 445 13 62
Binary 10001011 1110011 10001110 10 10011 0 101100 100100101 1011 110010

Color Harmonies of #8B738E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B738E

Black with #8B738E

Text Example


Text Example

White with #8B738E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8B738E; }

 p { color: rgb(139,115,142); }

 H1.HeaderClassName
 {
   color: #8B738E;
 }
 .AnyTagClassName
 {
   color: #8B738E;
 }
</style>

background-color css

<style>
 a { background-color: #8B738E; }

 a { background-color: rgb(139,115,142); }

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

border-color css

<style>
 span { border-color: #8B738E; }

 span { border-color: rgb(139,115,142); }

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