Html Css Color HEX #8078A2 Deluge

📋 copy color: '#8078A2'

red 128 ◦ green 120 ◦ blue 162

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

Shades of Deluge #8078A2

Tints of Deluge #8078A2

RGB

 RED value IS 128 (50.39% from 255) = 31.22%

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

 BLUE value IS 162 (63.67% from 255) = 39.51%

R = 31.22%
G = 29.27%
B = 39.51%

CMYK

 C value IS 0.21

 M value IS 0.26

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8078A2 (or 0x8078A2) is known color: Deluge. HEX triplet: 80, 78 and A2. RGB value is (128,120,162). Sum of RGB (Red+Green+Blue) = 128+120+162=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 120 (47.27% from 255 or 29.27% from 410); Blue value is 162 (63.67% from 255 or 39.51% from 410); Max value from RGB is 162 - color contains mainly: blue. Hex color #8078A2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8078A2 is #7F875D. Grayscale: #7F7F7F. Windows color (decimal): -8357726 or 10647680. OLE color: 10647680.

HSL color Cylindrical-coordinate representation of color #8078A2: hue angle of 251.43º degrees, saturation: 0.18, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8078A2 is Cyan = 0.21, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 128 120 162 -
CMYK 0.21 0.26 0 0.36
HSL 251.43º 0.18% 0.55% -
HSV(B) 251.43º 0.26% 0.64% -
XYZ 22.14 20.63 37 -
YUV 127.18 147.65 128.58 -
System Red Green Blue C M Y K H S L
Decimal 128 120 162 0.21 0.26 0 0.36 251.43 0.18 0.55
Hex 80 78 A2 15 1A 0 24 FB 12 37
Octal 200 170 242 25 32 0 44 373 22 67
Binary 10000000 1111000 10100010 10101 11010 0 100100 11111011 10010 110111

Color Harmonies of #8078A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8078A2

Black with #8078A2

Text Example


Text Example

White with #8078A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8078A2; }

 p { color: rgb(128,120,162); }

 H1.HeaderClassName
 {
   color: #8078A2;
 }
 .AnyTagClassName
 {
   color: #8078A2;
 }
</style>

background-color css

<style>
 a { background-color: #8078A2; }

 a { background-color: rgb(128,120,162); }

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

border-color css

<style>
 span { border-color: #8078A2; }

 span { border-color: rgb(128,120,162); }

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