Html Css Color HEX #866DB2 Deluge

📋 copy color: '#866DB2'

red 134 ◦ green 109 ◦ blue 178

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

Shades of Deluge #866DB2

Tints of Deluge #866DB2

RGB

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

 GREEN value IS 109 (42.97% from 255) = 25.89%

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

R = 31.83%
G = 25.89%
B = 42.28%

CMYK

 C value IS 0.25

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#866DB2 (or 0x866DB2) is known color: Deluge. HEX triplet: 86, 6D and B2. RGB value is (134,109,178). Sum of RGB (Red+Green+Blue) = 134+109+178=421 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.83% from 421); Green value is 109 (42.97% from 255 or 25.89% from 421); Blue value is 178 (69.92% from 255 or 42.28% from 421); Max value from RGB is 178 - color contains mainly: blue. Hex color #866DB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866DB2 is #79924D. Grayscale: #7C7C7C. Windows color (decimal): -7967310 or 11693446. OLE color: 11693446.

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

Color convert

RGB 134 109 178 -
CMYK 0.25 0.39 0 0.30
HSL 261.74º 0.31% 0.56% -
HSV(B) 261.74º 0.39% 0.7% -
XYZ 23.34 19.22 44.6 -
YUV 124.34 158.28 134.89 -
System Red Green Blue C M Y K H S L
Decimal 134 109 178 0.25 0.39 0 0.30 261.74 0.31 0.56
Hex 86 6D B2 19 27 0 1E 106 1F 38
Octal 206 155 262 31 47 0 36 406 37 70
Binary 10000110 1101101 10110010 11001 100111 0 11110 100000110 11111 111000

Color Harmonies of #866DB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866DB2

Black with #866DB2

Text Example


Text Example

White with #866DB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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