Html Css Color HEX #8A809B Deluge

📋 copy color: '#8A809B'

red 138 ◦ green 128 ◦ blue 155

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

Shades of Deluge #8A809B

Tints of Deluge #8A809B

RGB

 RED value IS 138 (54.3% from 255) = 32.78%

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

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

R = 32.78%
G = 30.4%
B = 36.82%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A809B (or 0x8A809B) is known color: Deluge. HEX triplet: 8A, 80 and 9B. RGB value is (138,128,155). Sum of RGB (Red+Green+Blue) = 138+128+155=421 (55% of max value = 765). Red value is 138 (54.30% from 255 or 32.78% from 421); Green value is 128 (50.39% from 255 or 30.40% from 421); Blue value is 155 (60.94% from 255 or 36.82% from 421); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A809B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8A809B is #757F64. Grayscale: #858585. Windows color (decimal): -7700325 or 10190986. OLE color: 10190986.

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

Color convert

RGB 138 128 155 -
CMYK 0.11 0.17 0 0.39
HSL 262.22º 0.12% 0.55% -
HSV(B) 262.22º 0.17% 0.61% -
XYZ 24.12 23.21 34.22 -
YUV 134.07 139.81 130.8 -
System Red Green Blue C M Y K H S L
Decimal 138 128 155 0.11 0.17 0 0.39 262.22 0.12 0.55
Hex 8A 80 9B B 11 0 27 106 C 37
Octal 212 200 233 13 21 0 47 406 14 67
Binary 10001010 10000000 10011011 1011 10001 0 100111 100000110 1100 110111

Color Harmonies of #8A809B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A809B

Black with #8A809B

Text Example


Text Example

White with #8A809B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,128,155); }

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

background-color css

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

 a { background-color: rgb(138,128,155); }

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

border-color css

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

 span { border-color: rgb(138,128,155); }

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