Html Css Color HEX #8F83AC Deluge

📋 copy color: '#8F83AC'

red 143 ◦ green 131 ◦ blue 172

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

Shades of Deluge #8F83AC

Tints of Deluge #8F83AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 38.57%

R = 32.06%
G = 29.37%
B = 38.57%

CMYK

 C value IS 0.17

 M value IS 0.24

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F83AC (or 0x8F83AC) is known color: Deluge. HEX triplet: 8F, 83 and AC. RGB value is (143,131,172). Sum of RGB (Red+Green+Blue) = 143+131+172=446 (59% of max value = 765). Red value is 143 (56.25% from 255 or 32.06% from 446); Green value is 131 (51.56% from 255 or 29.37% from 446); Blue value is 172 (67.58% from 255 or 38.57% from 446); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F83AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F83AC is #707C53. Grayscale: #8B8B8B. Windows color (decimal): -7371860 or 11305871. OLE color: 11305871.

HSL color Cylindrical-coordinate representation of color #8F83AC: hue angle of 257.56º degrees, saturation: 0.2, 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 #8F83AC is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 131 172 -
CMYK 0.17 0.24 0 0.33
HSL 257.56º 0.2% 0.59% -
HSV(B) 257.56º 0.24% 0.67% -
XYZ 26.89 25.05 42.45 -
YUV 139.26 146.48 130.67 -
System Red Green Blue C M Y K H S L
Decimal 143 131 172 0.17 0.24 0 0.33 257.56 0.2 0.59
Hex 8F 83 AC 11 18 0 21 102 14 3B
Octal 217 203 254 21 30 0 41 402 24 73
Binary 10001111 10000011 10101100 10001 11000 0 100001 100000010 10100 111011

Color Harmonies of #8F83AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F83AC

Black with #8F83AC

Text Example


Text Example

White with #8F83AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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