Html Css Color HEX #807AB0 Deluge

📋 copy color: '#807AB0'

red 128 ◦ green 122 ◦ blue 176

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

Shades of Deluge #807AB0

Tints of Deluge #807AB0

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.64%

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

R = 30.05%
G = 28.64%
B = 41.31%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#807AB0 (or 0x807AB0) is known color: Deluge. HEX triplet: 80, 7A and B0. RGB value is (128,122,176). Sum of RGB (Red+Green+Blue) = 128+122+176=426 (56% of max value = 765). Red value is 128 (50.39% from 255 or 30.05% from 426); Green value is 122 (48.05% from 255 or 28.64% from 426); Blue value is 176 (69.14% from 255 or 41.31% from 426); Max value from RGB is 176 - color contains mainly: blue. Hex color #807AB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807AB0 is #7F854F. Grayscale: #818181. Windows color (decimal): -8357200 or 11565696. OLE color: 11565696.

HSL color Cylindrical-coordinate representation of color #807AB0: hue angle of 246.67º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #807AB0 is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 128 122 176 -
CMYK 0.27 0.31 0 0.31
HSL 246.67º 0.25% 0.58% -
HSV(B) 246.67º 0.31% 0.69% -
XYZ 23.7 21.64 44 -
YUV 129.95 153.99 126.61 -
System Red Green Blue C M Y K H S L
Decimal 128 122 176 0.27 0.31 0 0.31 246.67 0.25 0.58
Hex 80 7A B0 1B 1F 0 1F F7 19 3A
Octal 200 172 260 33 37 0 37 367 31 72
Binary 10000000 1111010 10110000 11011 11111 0 11111 11110111 11001 111010

Color Harmonies of #807AB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807AB0

Black with #807AB0

Text Example


Text Example

White with #807AB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #807AB0; }

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

 H1.HeaderClassName
 {
   color: #807AB0;
 }
 .AnyTagClassName
 {
   color: #807AB0;
 }
</style>

background-color css

<style>
 a { background-color: #807AB0; }

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

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

border-color css

<style>
 span { border-color: #807AB0; }

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

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