Html Css Color HEX #8B7FAF Deluge

📋 copy color: '#8B7FAF'

red 139 ◦ green 127 ◦ blue 175

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

Shades of Deluge #8B7FAF

Tints of Deluge #8B7FAF

RGB

 RED value IS 139 (54.69% from 255) = 31.52%

 GREEN value IS 127 (50% from 255) = 28.8%

 BLUE value IS 175 (68.75% from 255) = 39.68%

R = 31.52%
G = 28.8%
B = 39.68%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8B7FAF (or 0x8B7FAF) is known color: Deluge. HEX triplet: 8B, 7F and AF. RGB value is (139,127,175). Sum of RGB (Red+Green+Blue) = 139+127+175=441 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.52% from 441); Green value is 127 (50% from 255 or 28.80% from 441); Blue value is 175 (68.75% from 255 or 39.68% from 441); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B7FAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7FAF is #748050. Grayscale: #878787. Windows color (decimal): -7635025 or 11501451. OLE color: 11501451.

HSL color Cylindrical-coordinate representation of color #8B7FAF: hue angle of 255º degrees, saturation: 0.23, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B7FAF is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 139 127 175 -
CMYK 0.21 0.27 0 0.31
HSL 255º 0.23% 0.59% -
HSV(B) 255º 0.27% 0.69% -
XYZ 25.97 23.76 43.78 -
YUV 136.06 149.98 130.1 -
System Red Green Blue C M Y K H S L
Decimal 139 127 175 0.21 0.27 0 0.31 255 0.23 0.59
Hex 8B 7F AF 15 1B 0 1F FF 17 3B
Octal 213 177 257 25 33 0 37 377 27 73
Binary 10001011 1111111 10101111 10101 11011 0 11111 11111111 10111 111011

Color Harmonies of #8B7FAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7FAF

Black with #8B7FAF

Text Example


Text Example

White with #8B7FAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,127,175); }

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

background-color css

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

 a { background-color: rgb(139,127,175); }

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

border-color css

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

 span { border-color: rgb(139,127,175); }

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