Html Css Color HEX #8668AB Deluge

📋 copy color: '#8668AB'

red 134 ◦ green 104 ◦ blue 171

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

Shades of Deluge #8668AB

Tints of Deluge #8668AB

RGB

 RED value IS 134 (52.73% from 255) = 32.76%

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

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

R = 32.76%
G = 25.43%
B = 41.81%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8668AB (or 0x8668AB) is known color: Deluge. HEX triplet: 86, 68 and AB. RGB value is (134,104,171). Sum of RGB (Red+Green+Blue) = 134+104+171=409 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.76% from 409); Green value is 104 (41.02% from 255 or 25.43% from 409); Blue value is 171 (67.19% from 255 or 41.81% from 409); Max value from RGB is 171 - color contains mainly: blue. Hex color #8668AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8668AB is #799754. Grayscale: #787878. Windows color (decimal): -7968597 or 11233414. OLE color: 11233414.

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

Color convert

RGB 134 104 171 -
CMYK 0.22 0.39 0 0.33
HSL 266.87º 0.29% 0.54% -
HSV(B) 266.87º 0.39% 0.67% -
XYZ 22.13 17.91 40.82 -
YUV 120.61 156.44 137.55 -
System Red Green Blue C M Y K H S L
Decimal 134 104 171 0.22 0.39 0 0.33 266.87 0.29 0.54
Hex 86 68 AB 16 27 0 21 10B 1D 36
Octal 206 150 253 26 47 0 41 413 35 66
Binary 10000110 1101000 10101011 10110 100111 0 100001 100001011 11101 110110

Color Harmonies of #8668AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8668AB

Black with #8668AB

Text Example


Text Example

White with #8668AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,104,171); }

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

background-color css

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

 a { background-color: rgb(134,104,171); }

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

border-color css

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

 span { border-color: rgb(134,104,171); }

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