Html Css Color HEX #8B7DAF Deluge

📋 copy color: '#8B7DAF'

red 139 ◦ green 125 ◦ blue 175

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

Shades of Deluge #8B7DAF

Tints of Deluge #8B7DAF

RGB

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

 GREEN value IS 125 (49.22% from 255) = 28.47%

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

R = 31.66%
G = 28.47%
B = 39.86%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8B7DAF (or 0x8B7DAF) is known color: Deluge. HEX triplet: 8B, 7D and AF. RGB value is (139,125,175). Sum of RGB (Red+Green+Blue) = 139+125+175=439 (58% of max value = 765). Red value is 139 (54.69% from 255 or 31.66% from 439); Green value is 125 (49.22% from 255 or 28.47% from 439); Blue value is 175 (68.75% from 255 or 39.86% from 439); Max value from RGB is 175 - color contains mainly: blue. Hex color #8B7DAF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7DAF is #748250. Grayscale: #868686. Windows color (decimal): -7635537 or 11500939. OLE color: 11500939.

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

Color convert

RGB 139 125 175 -
CMYK 0.21 0.29 0 0.31
HSL 256.8º 0.24% 0.59% -
HSV(B) 256.8º 0.29% 0.69% -
XYZ 25.72 23.25 43.69 -
YUV 134.89 150.64 130.93 -
System Red Green Blue C M Y K H S L
Decimal 139 125 175 0.21 0.29 0 0.31 256.8 0.24 0.59
Hex 8B 7D AF 15 1D 0 1F 101 18 3B
Octal 213 175 257 25 35 0 37 401 30 73
Binary 10001011 1111101 10101111 10101 11101 0 11111 100000001 11000 111011

Color Harmonies of #8B7DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B7DAF

Black with #8B7DAF

Text Example


Text Example

White with #8B7DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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