Html Css Color HEX #866FAA Deluge

📋 copy color: '#866FAA'

red 134 ◦ green 111 ◦ blue 170

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

Shades of Deluge #866FAA

Tints of Deluge #866FAA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.75%

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

R = 32.29%
G = 26.75%
B = 40.96%

CMYK

 C value IS 0.21

 M value IS 0.35

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#866FAA (or 0x866FAA) is known color: Deluge. HEX triplet: 86, 6F and AA. RGB value is (134,111,170). Sum of RGB (Red+Green+Blue) = 134+111+170=415 (54% of max value = 765). Red value is 134 (52.73% from 255 or 32.29% from 415); Green value is 111 (43.75% from 255 or 26.75% from 415); Blue value is 170 (66.80% from 255 or 40.96% from 415); Max value from RGB is 170 - color contains mainly: blue. Hex color #866FAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866FAA is #799055. Grayscale: #7C7C7C. Windows color (decimal): -7966806 or 11169670. OLE color: 11169670.

HSL color Cylindrical-coordinate representation of color #866FAA: hue angle of 263.39º degrees, saturation: 0.26, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #866FAA is Cyan = 0.21, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 134 111 170 -
CMYK 0.21 0.35 0 0.33
HSL 263.39º 0.26% 0.55% -
HSV(B) 263.39º 0.35% 0.67% -
XYZ 22.77 19.34 40.56 -
YUV 124.6 153.62 134.7 -
System Red Green Blue C M Y K H S L
Decimal 134 111 170 0.21 0.35 0 0.33 263.39 0.26 0.55
Hex 86 6F AA 15 23 0 21 107 1A 37
Octal 206 157 252 25 43 0 41 407 32 67
Binary 10000110 1101111 10101010 10101 100011 0 100001 100000111 11010 110111

Color Harmonies of #866FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866FAA

Black with #866FAA

Text Example


Text Example

White with #866FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #866FAA; }

 p { color: rgb(134,111,170); }

 H1.HeaderClassName
 {
   color: #866FAA;
 }
 .AnyTagClassName
 {
   color: #866FAA;
 }
</style>

background-color css

<style>
 a { background-color: #866FAA; }

 a { background-color: rgb(134,111,170); }

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

border-color css

<style>
 span { border-color: #866FAA; }

 span { border-color: rgb(134,111,170); }

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