Html Css Color HEX #8C809F Deluge

📋 copy color: '#8C809F'

red 140 ◦ green 128 ◦ blue 159

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

Shades of Deluge #8C809F

Tints of Deluge #8C809F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.24%

R = 32.79%
G = 29.98%
B = 37.24%

CMYK

 C value IS 0.12

 M value IS 0.19

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8C809F (or 0x8C809F) is known color: Deluge. HEX triplet: 8C, 80 and 9F. RGB value is (140,128,159). Sum of RGB (Red+Green+Blue) = 140+128+159=427 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.79% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 159 (62.5% from 255 or 37.24% from 427); Max value from RGB is 159 - color contains mainly: blue. Hex color #8C809F is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8C809F is #737F60. Grayscale: #878787. Windows color (decimal): -7569249 or 10453132. OLE color: 10453132.

HSL color Cylindrical-coordinate representation of color #8C809F: hue angle of 263.23º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8C809F is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 140 128 159 -
CMYK 0.12 0.19 0 0.38
HSL 263.23º 0.14% 0.56% -
HSV(B) 263.23º 0.19% 0.62% -
XYZ 24.79 23.52 36.03 -
YUV 135.12 141.48 131.48 -
System Red Green Blue C M Y K H S L
Decimal 140 128 159 0.12 0.19 0 0.38 263.23 0.14 0.56
Hex 8C 80 9F C 13 0 26 107 E 38
Octal 214 200 237 14 23 0 46 407 16 70
Binary 10001100 10000000 10011111 1100 10011 0 100110 100000111 1110 111000

Color Harmonies of #8C809F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C809F

Black with #8C809F

Text Example


Text Example

White with #8C809F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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