Html Css Color HEX #8068B0 Deluge

📋 copy color: '#8068B0'

red 128 ◦ green 104 ◦ blue 176

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

Shades of Deluge #8068B0

Tints of Deluge #8068B0

RGB

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

 GREEN value IS 104 (41.02% from 255) = 25.49%

 BLUE value IS 176 (69.14% from 255) = 43.14%

R = 31.37%
G = 25.49%
B = 43.14%

CMYK

 C value IS 0.27

 M value IS 0.41

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8068B0 (or 0x8068B0) is known color: Deluge. HEX triplet: 80, 68 and B0. RGB value is (128,104,176). Sum of RGB (Red+Green+Blue) = 128+104+176=408 (54% of max value = 765). Red value is 128 (50.39% from 255 or 31.37% from 408); Green value is 104 (41.02% from 255 or 25.49% from 408); Blue value is 176 (69.14% from 255 or 43.14% from 408); Max value from RGB is 176 - color contains mainly: blue. Hex color #8068B0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8068B0 is #7F974F. Grayscale: #777777. Windows color (decimal): -8361808 or 11561088. OLE color: 11561088.

HSL color Cylindrical-coordinate representation of color #8068B0: hue angle of 260º degrees, saturation: 0.31, 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 #8068B0 is Cyan = 0.27, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 104 176 -
CMYK 0.27 0.41 0 0.31
HSL 260º 0.31% 0.55% -
HSV(B) 260º 0.41% 0.69% -
XYZ 21.69 17.62 43.33 -
YUV 119.38 159.95 134.15 -
System Red Green Blue C M Y K H S L
Decimal 128 104 176 0.27 0.41 0 0.31 260 0.31 0.55
Hex 80 68 B0 1B 29 0 1F 104 1F 37
Octal 200 150 260 33 51 0 37 404 37 67
Binary 10000000 1101000 10110000 11011 101001 0 11111 100000100 11111 110111

Color Harmonies of #8068B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8068B0

Black with #8068B0

Text Example


Text Example

White with #8068B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8068B0; }

 p { color: rgb(128,104,176); }

 H1.HeaderClassName
 {
   color: #8068B0;
 }
 .AnyTagClassName
 {
   color: #8068B0;
 }
</style>

background-color css

<style>
 a { background-color: #8068B0; }

 a { background-color: rgb(128,104,176); }

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

border-color css

<style>
 span { border-color: #8068B0; }

 span { border-color: rgb(128,104,176); }

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