Html Css Color HEX #8266AB Deluge

📋 copy color: '#8266AB'

red 130 ◦ green 102 ◦ blue 171

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

Shades of Deluge #8266AB

Tints of Deluge #8266AB

RGB

 RED value IS 130 (51.17% from 255) = 32.26%

 GREEN value IS 102 (40.23% from 255) = 25.31%

 BLUE value IS 171 (67.19% from 255) = 42.43%

R = 32.26%
G = 25.31%
B = 42.43%

CMYK

 C value IS 0.24

 M value IS 0.40

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8266AB (or 0x8266AB) is known color: Deluge. HEX triplet: 82, 66 and AB. RGB value is (130,102,171). Sum of RGB (Red+Green+Blue) = 130+102+171=403 (53% of max value = 765). Red value is 130 (51.17% from 255 or 32.26% from 403); Green value is 102 (40.23% from 255 or 25.31% from 403); Blue value is 171 (67.19% from 255 or 42.43% from 403); Max value from RGB is 171 - color contains mainly: blue. Hex color #8266AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8266AB is #7D9954. Grayscale: #757575. Windows color (decimal): -8231253 or 11232898. OLE color: 11232898.

HSL color Cylindrical-coordinate representation of color #8266AB: hue angle of 264.35º degrees, saturation: 0.29, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8266AB is Cyan = 0.24, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 130 102 171 -
CMYK 0.24 0.40 0 0.33
HSL 264.35º 0.29% 0.54% -
HSV(B) 264.35º 0.4% 0.67% -
XYZ 21.31 17.19 40.72 -
YUV 118.24 157.78 136.39 -
System Red Green Blue C M Y K H S L
Decimal 130 102 171 0.24 0.40 0 0.33 264.35 0.29 0.54
Hex 82 66 AB 18 28 0 21 108 1D 36
Octal 202 146 253 30 50 0 41 410 35 66
Binary 10000010 1100110 10101011 11000 101000 0 100001 100001000 11101 110110

Color Harmonies of #8266AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8266AB

Black with #8266AB

Text Example


Text Example

White with #8266AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8266AB; }

 p { color: rgb(130,102,171); }

 H1.HeaderClassName
 {
   color: #8266AB;
 }
 .AnyTagClassName
 {
   color: #8266AB;
 }
</style>

background-color css

<style>
 a { background-color: #8266AB; }

 a { background-color: rgb(130,102,171); }

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

border-color css

<style>
 span { border-color: #8266AB; }

 span { border-color: rgb(130,102,171); }

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