Html Css Color HEX #8F82AA Deluge

📋 copy color: '#8F82AA'

red 143 ◦ green 130 ◦ blue 170

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

Shades of Deluge #8F82AA

Tints of Deluge #8F82AA

RGB

 RED value IS 143 (56.25% from 255) = 32.28%

 GREEN value IS 130 (51.17% from 255) = 29.35%

 BLUE value IS 170 (66.8% from 255) = 38.37%

R = 32.28%
G = 29.35%
B = 38.37%

CMYK

 C value IS 0.16

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F82AA (or 0x8F82AA) is known color: Deluge. HEX triplet: 8F, 82 and AA. RGB value is (143,130,170). Sum of RGB (Red+Green+Blue) = 143+130+170=443 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.28% from 443); Green value is 130 (51.17% from 255 or 29.35% from 443); Blue value is 170 (66.80% from 255 or 38.37% from 443); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F82AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F82AA is #707D55. Grayscale: #8A8A8A. Windows color (decimal): -7372118 or 11174543. OLE color: 11174543.

HSL color Cylindrical-coordinate representation of color #8F82AA: hue angle of 259.5º degrees, saturation: 0.19, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8F82AA is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 130 170 -
CMYK 0.16 0.24 0 0.33
HSL 259.5º 0.19% 0.59% -
HSV(B) 259.5º 0.24% 0.67% -
XYZ 26.57 24.71 41.4 -
YUV 138.45 145.81 131.25 -
System Red Green Blue C M Y K H S L
Decimal 143 130 170 0.16 0.24 0 0.33 259.5 0.19 0.59
Hex 8F 82 AA 10 18 0 21 104 13 3B
Octal 217 202 252 20 30 0 41 404 23 73
Binary 10001111 10000010 10101010 10000 11000 0 100001 100000100 10011 111011

Color Harmonies of #8F82AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F82AA

Black with #8F82AA

Text Example


Text Example

White with #8F82AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,130,170); }

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

background-color css

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

 a { background-color: rgb(143,130,170); }

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

border-color css

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

 span { border-color: rgb(143,130,170); }

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