Html Css Color HEX #8068B7 Deluge

📋 copy color: '#8068B7'

red 128 ◦ green 104 ◦ blue 183

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

Shades of Deluge #8068B7

Tints of Deluge #8068B7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 44.1%

R = 30.84%
G = 25.06%
B = 44.1%

CMYK

 C value IS 0.30

 M value IS 0.43

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#8068B7 (or 0x8068B7) is known color: Deluge. HEX triplet: 80, 68 and B7. RGB value is (128,104,183). Sum of RGB (Red+Green+Blue) = 128+104+183=415 (54% of max value = 765). Red value is 128 (50.39% from 255 or 30.84% from 415); Green value is 104 (41.02% from 255 or 25.06% from 415); Blue value is 183 (71.88% from 255 or 44.10% from 415); Max value from RGB is 183 - color contains mainly: blue. Hex color #8068B7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8068B7 is #7F9748. Grayscale: #777777. Windows color (decimal): -8361801 or 12019840. OLE color: 12019840.

HSL color Cylindrical-coordinate representation of color #8068B7: hue angle of 258.23º degrees, saturation: 0.35, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8068B7 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 128 104 183 -
CMYK 0.30 0.43 0 0.28
HSL 258.23º 0.35% 0.56% -
HSV(B) 258.23º 0.43% 0.72% -
XYZ 22.4 17.91 47.08 -
YUV 120.18 163.45 133.58 -
System Red Green Blue C M Y K H S L
Decimal 128 104 183 0.30 0.43 0 0.28 258.23 0.35 0.56
Hex 80 68 B7 1E 2B 0 1C 102 23 38
Octal 200 150 267 36 53 0 34 402 43 70
Binary 10000000 1101000 10110111 11110 101011 0 11100 100000010 100011 111000

Color Harmonies of #8068B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8068B7

Black with #8068B7

Text Example


Text Example

White with #8068B7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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