Html Css Color HEX #8A78AB Deluge

📋 copy color: '#8A78AB'

red 138 ◦ green 120 ◦ blue 171

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

Shades of Deluge #8A78AB

Tints of Deluge #8A78AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 39.86%

R = 32.17%
G = 27.97%
B = 39.86%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8A78AB (or 0x8A78AB) is known color: Deluge. HEX triplet: 8A, 78 and AB. RGB value is (138,120,171). Sum of RGB (Red+Green+Blue) = 138+120+171=429 (56% of max value = 765). Red value is 138 (54.30% from 255 or 32.17% from 429); Green value is 120 (47.27% from 255 or 27.97% from 429); Blue value is 171 (67.19% from 255 or 39.86% from 429); Max value from RGB is 171 - color contains mainly: blue. Hex color #8A78AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8A78AB is #758754. Grayscale: #838383. Windows color (decimal): -7702357 or 11237514. OLE color: 11237514.

HSL color Cylindrical-coordinate representation of color #8A78AB: hue angle of 261.18º degrees, saturation: 0.23, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A78AB is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 138 120 171 -
CMYK 0.19 0.30 0 0.33
HSL 261.18º 0.23% 0.57% -
HSV(B) 261.18º 0.3% 0.67% -
XYZ 24.55 21.78 41.44 -
YUV 131.2 150.46 132.85 -
System Red Green Blue C M Y K H S L
Decimal 138 120 171 0.19 0.30 0 0.33 261.18 0.23 0.57
Hex 8A 78 AB 13 1E 0 21 105 17 39
Octal 212 170 253 23 36 0 41 405 27 71
Binary 10001010 1111000 10101011 10011 11110 0 100001 100000101 10111 111001

Color Harmonies of #8A78AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A78AB

Black with #8A78AB

Text Example


Text Example

White with #8A78AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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