Html Css Color HEX #8A789F Deluge

📋 copy color: '#8A789F'

red 138 ◦ green 120 ◦ blue 159

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

Shades of Deluge #8A789F

Tints of Deluge #8A789F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.78%

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

R = 33.09%
G = 28.78%
B = 38.13%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A789F (or 0x8A789F) is known color: Deluge. HEX triplet: 8A, 78 and 9F. RGB value is (138,120,159). Sum of RGB (Red+Green+Blue) = 138+120+159=417 (55% of max value = 765). Red value is 138 (54.30% from 255 or 33.09% from 417); Green value is 120 (47.27% from 255 or 28.78% from 417); Blue value is 159 (62.5% from 255 or 38.13% from 417); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A789F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A789F is #758760. Grayscale: #818181. Windows color (decimal): -7702369 or 10451082. OLE color: 10451082.

HSL color Cylindrical-coordinate representation of color #8A789F: hue angle of 267.69º degrees, saturation: 0.17, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A789F is Cyan = 0.13, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 120 159 -
CMYK 0.13 0.25 0 0.38
HSL 267.69º 0.17% 0.55% -
HSV(B) 267.69º 0.25% 0.62% -
XYZ 23.46 21.34 35.68 -
YUV 129.83 144.46 133.83 -
System Red Green Blue C M Y K H S L
Decimal 138 120 159 0.13 0.25 0 0.38 267.69 0.17 0.55
Hex 8A 78 9F D 19 0 26 10C 11 37
Octal 212 170 237 15 31 0 46 414 21 67
Binary 10001010 1111000 10011111 1101 11001 0 100110 100001100 10001 110111

Color Harmonies of #8A789F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A789F

Black with #8A789F

Text Example


Text Example

White with #8A789F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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