Html Css Color HEX #8A7C9B Deluge

📋 copy color: '#8A7C9B'

red 138 ◦ green 124 ◦ blue 155

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

Shades of Deluge #8A7C9B

Tints of Deluge #8A7C9B

RGB

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

 GREEN value IS 124 (48.83% from 255) = 29.74%

 BLUE value IS 155 (60.94% from 255) = 37.17%

R = 33.09%
G = 29.74%
B = 37.17%

CMYK

 C value IS 0.11

 M value IS 0.2

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A7C9B (or 0x8A7C9B) is known color: Deluge. HEX triplet: 8A, 7C and 9B. RGB value is (138,124,155). Sum of RGB (Red+Green+Blue) = 138+124+155=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 124 (48.83% from 255 or 29.74% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A7C9B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A7C9B is #758364. Grayscale: #838383. Windows color (decimal): -7701349 or 10189962. OLE color: 10189962.

HSL color Cylindrical-coordinate representation of color #8A7C9B: hue angle of 267.1º degrees, saturation: 0.13, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8A7C9B is Cyan = 0.11, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 124 155 -
CMYK 0.11 0.2 0 0.39
HSL 267.1º 0.13% 0.55% -
HSV(B) 267.1º 0.2% 0.61% -
XYZ 23.61 22.19 34.05 -
YUV 131.72 141.14 132.48 -
System Red Green Blue C M Y K H S L
Decimal 138 124 155 0.11 0.2 0 0.39 267.1 0.13 0.55
Hex 8A 7C 9B B 14 0 27 10B D 37
Octal 212 174 233 13 24 0 47 413 15 67
Binary 10001010 1111100 10011011 1011 10100 0 100111 100001011 1101 110111

Color Harmonies of #8A7C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A7C9B

Black with #8A7C9B

Text Example


Text Example

White with #8A7C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,124,155); }

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

background-color css

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

 a { background-color: rgb(138,124,155); }

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

border-color css

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

 span { border-color: rgb(138,124,155); }

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