Html Css Color HEX #8F83AB Deluge

📋 copy color: '#8F83AB'

red 143 ◦ green 131 ◦ blue 171

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

Shades of Deluge #8F83AB

Tints of Deluge #8F83AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 38.43%

R = 32.13%
G = 29.44%
B = 38.43%

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

#8F83AB (or 0x8F83AB) is known color: Deluge. HEX triplet: 8F, 83 and AB. RGB value is (143,131,171). Sum of RGB (Red+Green+Blue) = 143+131+171=445 (58% of max value = 765). Red value is 143 (56.25% from 255 or 32.13% from 445); Green value is 131 (51.56% from 255 or 29.44% from 445); Blue value is 171 (67.19% from 255 or 38.43% from 445); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F83AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F83AB is #707C54. Grayscale: #8B8B8B. Windows color (decimal): -7371861 or 11240335. OLE color: 11240335.

HSL color Cylindrical-coordinate representation of color #8F83AB: hue angle of 258º 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 #8F83AB is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 131 171 -
CMYK 0.16 0.23 0 0.33
HSL 258º 0.19% 0.59% -
HSV(B) 258º 0.23% 0.67% -
XYZ 26.79 25.01 41.94 -
YUV 139.15 145.98 130.75 -
System Red Green Blue C M Y K H S L
Decimal 143 131 171 0.16 0.23 0 0.33 258 0.19 0.59
Hex 8F 83 AB 10 17 0 21 102 13 3B
Octal 217 203 253 20 27 0 41 402 23 73
Binary 10001111 10000011 10101011 10000 10111 0 100001 100000010 10011 111011

Color Harmonies of #8F83AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F83AB

Black with #8F83AB

Text Example


Text Example

White with #8F83AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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