Html Css Color HEX #866EB2 Deluge

📋 copy color: '#866EB2'

red 134 ◦ green 110 ◦ blue 178

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

Shades of Deluge #866EB2

Tints of Deluge #866EB2

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.07%

 BLUE value IS 178 (69.92% from 255) = 42.18%

R = 31.75%
G = 26.07%
B = 42.18%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#866EB2 (or 0x866EB2) is known color: Deluge. HEX triplet: 86, 6E and B2. RGB value is (134,110,178). Sum of RGB (Red+Green+Blue) = 134+110+178=422 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.75% from 422); Green value is 110 (43.36% from 255 or 26.07% from 422); Blue value is 178 (69.92% from 255 or 42.18% from 422); Max value from RGB is 178 - color contains mainly: blue. Hex color #866EB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866EB2 is #79914D. Grayscale: #7C7C7C. Windows color (decimal): -7967054 or 11693702. OLE color: 11693702.

HSL color Cylindrical-coordinate representation of color #866EB2: hue angle of 261.18º degrees, saturation: 0.31, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #866EB2 is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 110 178 -
CMYK 0.25 0.38 0 0.30
HSL 261.18º 0.31% 0.56% -
HSV(B) 261.18º 0.38% 0.7% -
XYZ 23.44 19.43 44.64 -
YUV 124.93 157.95 134.47 -
System Red Green Blue C M Y K H S L
Decimal 134 110 178 0.25 0.38 0 0.30 261.18 0.31 0.56
Hex 86 6E B2 19 26 0 1E 105 1F 38
Octal 206 156 262 31 46 0 36 405 37 70
Binary 10000110 1101110 10110010 11001 100110 0 11110 100000101 11111 111000

Color Harmonies of #866EB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866EB2

Black with #866EB2

Text Example


Text Example

White with #866EB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,110,178); }

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

background-color css

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

 a { background-color: rgb(134,110,178); }

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

border-color css

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

 span { border-color: rgb(134,110,178); }

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