Html Css Color HEX #8C849C Deluge

📋 copy color: '#8C849C'

red 140 ◦ green 132 ◦ blue 156

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

Shades of Deluge #8C849C

Tints of Deluge #8C849C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.45%

R = 32.71%
G = 30.84%
B = 36.45%

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

#8C849C (or 0x8C849C) is known color: Deluge. HEX triplet: 8C, 84 and 9C. RGB value is (140,132,156). Sum of RGB (Red+Green+Blue) = 140+132+156=428 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.71% from 428); Green value is 132 (51.95% from 255 or 30.84% from 428); Blue value is 156 (61.33% from 255 or 36.45% from 428); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C849C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C849C is #737B63. Grayscale: #898989. Windows color (decimal): -7568228 or 10257548. OLE color: 10257548.

HSL color Cylindrical-coordinate representation of color #8C849C: hue angle of 260º degrees, saturation: 0.11, 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 #8C849C is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 140 132 156 -
CMYK 0.10 0.15 0 0.39
HSL 260º 0.11% 0.56% -
HSV(B) 260º 0.15% 0.61% -
XYZ 25.07 24.48 34.86 -
YUV 137.13 138.65 130.05 -
System Red Green Blue C M Y K H S L
Decimal 140 132 156 0.10 0.15 0 0.39 260 0.11 0.56
Hex 8C 84 9C A F 0 27 104 B 38
Octal 214 204 234 12 17 0 47 404 13 70
Binary 10001100 10000100 10011100 1010 1111 0 100111 100000100 1011 111000

Color Harmonies of #8C849C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C849C

Black with #8C849C

Text Example


Text Example

White with #8C849C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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