Html Css Color HEX #8C809C Deluge

📋 copy color: '#8C809C'

red 140 ◦ green 128 ◦ blue 156

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

Shades of Deluge #8C809C

Tints of Deluge #8C809C

RGB

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

 GREEN value IS 128 (50.39% from 255) = 30.19%

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

R = 33.02%
G = 30.19%
B = 36.79%

CMYK

 C value IS 0.10

 M value IS 0.18

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8C809C (or 0x8C809C) is known color: Deluge. HEX triplet: 8C, 80 and 9C. RGB value is (140,128,156). Sum of RGB (Red+Green+Blue) = 140+128+156=424 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.02% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 156 (61.33% from 255 or 36.79% from 424); Max value from RGB is 156 - color contains mainly: blue. Hex color #8C809C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C809C is #737F63. Grayscale: #868686. Windows color (decimal): -7569252 or 10256524. OLE color: 10256524.

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

Color convert

RGB 140 128 156 -
CMYK 0.10 0.18 0 0.39
HSL 265.71º 0.12% 0.56% -
HSV(B) 265.71º 0.18% 0.61% -
XYZ 24.54 23.41 34.68 -
YUV 134.78 139.98 131.72 -
System Red Green Blue C M Y K H S L
Decimal 140 128 156 0.10 0.18 0 0.39 265.71 0.12 0.56
Hex 8C 80 9C A 12 0 27 10A C 38
Octal 214 200 234 12 22 0 47 412 14 70
Binary 10001100 10000000 10011100 1010 10010 0 100111 100001010 1100 111000

Color Harmonies of #8C809C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C809C

Black with #8C809C

Text Example


Text Example

White with #8C809C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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