Html Css Color HEX #8C849B Deluge

📋 copy color: '#8C849B'

red 140 ◦ green 132 ◦ blue 155

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

Shades of Deluge #8C849B

Tints of Deluge #8C849B

RGB

 RED value IS 140 (55.08% from 255) = 32.79%

 GREEN value IS 132 (51.95% from 255) = 30.91%

 BLUE value IS 155 (60.94% from 255) = 36.3%

R = 32.79%
G = 30.91%
B = 36.3%

CMYK

 C value IS 0.10

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C849B (or 0x8C849B) is known color: Deluge. HEX triplet: 8C, 84 and 9B. RGB value is (140,132,155). Sum of RGB (Red+Green+Blue) = 140+132+155=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 132 (51.95% from 255 or 30.91% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: blue. Hex color #8C849B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C849B is #737B64. Grayscale: #888888. Windows color (decimal): -7568229 or 10192012. OLE color: 10192012.

HSL color Cylindrical-coordinate representation of color #8C849B: hue angle of 260.87º degrees, saturation: 0.1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #8C849B is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 132 155 -
CMYK 0.10 0.15 0 0.39
HSL 260.87º 0.1% 0.56% -
HSV(B) 260.87º 0.15% 0.61% -
XYZ 24.98 24.44 34.41 -
YUV 137.01 138.15 130.13 -
System Red Green Blue C M Y K H S L
Decimal 140 132 155 0.10 0.15 0 0.39 260.87 0.1 0.56
Hex 8C 84 9B A F 0 27 105 A 38
Octal 214 204 233 12 17 0 47 405 12 70
Binary 10001100 10000100 10011011 1010 1111 0 100111 100000101 1010 111000

Color Harmonies of #8C849B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C849B

Black with #8C849B

Text Example


Text Example

White with #8C849B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,132,155); }

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

background-color css

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

 a { background-color: rgb(140,132,155); }

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

border-color css

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

 span { border-color: rgb(140,132,155); }

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