Html Css Color HEX #8A7F9F Deluge

📋 copy color: '#8A7F9F'

red 138 ◦ green 127 ◦ blue 159

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

Shades of Deluge #8A7F9F

Tints of Deluge #8A7F9F

RGB

 RED value IS 138 (54.3% from 255) = 32.55%

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

 BLUE value IS 159 (62.5% from 255) = 37.5%

R = 32.55%
G = 29.95%
B = 37.5%

CMYK

 C value IS 0.13

 M value IS 0.20

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A7F9F (or 0x8A7F9F) is known color: Deluge. HEX triplet: 8A, 7F and 9F. RGB value is (138,127,159). Sum of RGB (Red+Green+Blue) = 138+127+159=424 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.55% from 424); Green value is 127 (50% from 255 or 29.95% from 424); Blue value is 159 (62.5% from 255 or 37.5% from 424); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A7F9F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7F9F is #758060. Grayscale: #858585. Windows color (decimal): -7700577 or 10452874. OLE color: 10452874.

HSL color Cylindrical-coordinate representation of color #8A7F9F: hue angle of 260.62º degrees, saturation: 0.14, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A7F9F is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 127 159 -
CMYK 0.13 0.20 0 0.38
HSL 260.63º 0.14% 0.56% -
HSV(B) 260.63º 0.2% 0.62% -
XYZ 24.33 23.09 35.97 -
YUV 133.94 142.14 130.9 -
System Red Green Blue C M Y K H S L
Decimal 138 127 159 0.13 0.20 0 0.38 260.63 0.14 0.56
Hex 8A 7F 9F D 14 0 26 105 E 38
Octal 212 177 237 15 24 0 46 405 16 70
Binary 10001010 1111111 10011111 1101 10100 0 100110 100000101 1110 111000

Color Harmonies of #8A7F9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7F9F

Black with #8A7F9F

Text Example


Text Example

White with #8A7F9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,127,159); }

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

background-color css

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

 a { background-color: rgb(138,127,159); }

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

border-color css

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

 span { border-color: rgb(138,127,159); }

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