Html Css Color HEX #8F83AA Deluge

📋 copy color: '#8F83AA'

red 143 ◦ green 131 ◦ blue 170

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

Shades of Deluge #8F83AA

Tints of Deluge #8F83AA

RGB

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

 GREEN value IS 131 (51.56% from 255) = 29.5%

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

R = 32.21%
G = 29.5%
B = 38.29%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F83AA (or 0x8F83AA) is known color: Deluge. HEX triplet: 8F, 83 and AA. RGB value is (143,131,170). Sum of RGB (Red+Green+Blue) = 143+131+170=444 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.21% from 444); Green value is 131 (51.56% from 255 or 29.50% from 444); Blue value is 170 (66.80% from 255 or 38.29% from 444); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F83AA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F83AA is #707C55. Grayscale: #8A8A8A. Windows color (decimal): -7371862 or 11174799. OLE color: 11174799.

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

Color convert

RGB 143 131 170 -
CMYK 0.16 0.23 0 0.33
HSL 258.46º 0.19% 0.59% -
HSV(B) 258.46º 0.23% 0.67% -
XYZ 26.7 24.97 41.44 -
YUV 139.03 145.48 130.83 -
System Red Green Blue C M Y K H S L
Decimal 143 131 170 0.16 0.23 0 0.33 258.46 0.19 0.59
Hex 8F 83 AA 10 17 0 21 102 13 3B
Octal 217 203 252 20 27 0 41 402 23 73
Binary 10001111 10000011 10101010 10000 10111 0 100001 100000010 10011 111011

Color Harmonies of #8F83AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F83AA

Black with #8F83AA

Text Example


Text Example

White with #8F83AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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