Html Css Color HEX #8069B1 Deluge

📋 copy color: '#8069B1'

red 128 ◦ green 105 ◦ blue 177

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

Shades of Deluge #8069B1

Tints of Deluge #8069B1

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.61%

 BLUE value IS 177 (69.53% from 255) = 43.17%

R = 31.22%
G = 25.61%
B = 43.17%

CMYK

 C value IS 0.28

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8069B1 (or 0x8069B1) is known color: Deluge. HEX triplet: 80, 69 and B1. RGB value is (128,105,177). Sum of RGB (Red+Green+Blue) = 128+105+177=410 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.22% from 410); Green value is 105 (41.41% from 255 or 25.61% from 410); Blue value is 177 (69.53% from 255 or 43.17% from 410); Max value from RGB is 177 - color contains mainly: blue. Hex color #8069B1 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8069B1 is #7F964E. Grayscale: #777777. Windows color (decimal): -8361551 or 11626880. OLE color: 11626880.

HSL color Cylindrical-coordinate representation of color #8069B1: hue angle of 259.17º degrees, saturation: 0.32, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8069B1 is Cyan = 0.28, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 105 177 -
CMYK 0.28 0.41 0 0.31
HSL 259.17º 0.32% 0.55% -
HSV(B) 259.17º 0.41% 0.69% -
XYZ 21.89 17.87 43.89 -
YUV 120.09 160.12 133.65 -
System Red Green Blue C M Y K H S L
Decimal 128 105 177 0.28 0.41 0 0.31 259.17 0.32 0.55
Hex 80 69 B1 1C 29 0 1F 103 20 37
Octal 200 151 261 34 51 0 37 403 40 67
Binary 10000000 1101001 10110001 11100 101001 0 11111 100000011 100000 110111

Color Harmonies of #8069B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8069B1

Black with #8069B1

Text Example


Text Example

White with #8069B1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8069B1; }

 p { color: rgb(128,105,177); }

 H1.HeaderClassName
 {
   color: #8069B1;
 }
 .AnyTagClassName
 {
   color: #8069B1;
 }
</style>

background-color css

<style>
 a { background-color: #8069B1; }

 a { background-color: rgb(128,105,177); }

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

border-color css

<style>
 span { border-color: #8069B1; }

 span { border-color: rgb(128,105,177); }

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