Html Css Color HEX #807BAA Deluge

📋 copy color: '#807BAA'

red 128 ◦ green 123 ◦ blue 170

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

Shades of Deluge #807BAA

Tints of Deluge #807BAA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.22%

 BLUE value IS 170 (66.8% from 255) = 40.38%

R = 30.4%
G = 29.22%
B = 40.38%

CMYK

 C value IS 0.25

 M value IS 0.28

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#807BAA (or 0x807BAA) is known color: Deluge. HEX triplet: 80, 7B and AA. RGB value is (128,123,170). Sum of RGB (Red+Green+Blue) = 128+123+170=421 (55% of max value = 765). Red value is 128 (50.39% from 255 or 30.40% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #807BAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #807BAA is #7F8455. Grayscale: #818181. Windows color (decimal): -8356950 or 11172736. OLE color: 11172736.

HSL color Cylindrical-coordinate representation of color #807BAA: hue angle of 246.38º degrees, saturation: 0.22, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #807BAA is Cyan = 0.25, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 128 123 170 -
CMYK 0.25 0.28 0 0.33
HSL 246.38º 0.22% 0.57% -
HSV(B) 246.38º 0.28% 0.67% -
XYZ 23.24 21.66 40.99 -
YUV 129.85 150.66 126.68 -
System Red Green Blue C M Y K H S L
Decimal 128 123 170 0.25 0.28 0 0.33 246.38 0.22 0.57
Hex 80 7B AA 19 1C 0 21 F6 16 39
Octal 200 173 252 31 34 0 41 366 26 71
Binary 10000000 1111011 10101010 11001 11100 0 100001 11110110 10110 111001

Color Harmonies of #807BAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #807BAA

Black with #807BAA

Text Example


Text Example

White with #807BAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,123,170); }

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

background-color css

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

 a { background-color: rgb(128,123,170); }

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

border-color css

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

 span { border-color: rgb(128,123,170); }

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