Html Css Color HEX #866FB2 Deluge

📋 copy color: '#866FB2'

red 134 ◦ green 111 ◦ blue 178

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

Shades of Deluge #866FB2

Tints of Deluge #866FB2

RGB

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

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

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

R = 31.68%
G = 26.24%
B = 42.08%

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

#866FB2 (or 0x866FB2) is known color: Deluge. HEX triplet: 86, 6F and B2. RGB value is (134,111,178). Sum of RGB (Red+Green+Blue) = 134+111+178=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 111 (43.75% from 255 or 26.24% from 423); Blue value is 178 (69.92% from 255 or 42.08% from 423); Max value from RGB is 178 - color contains mainly: blue. Hex color #866FB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866FB2 is #79904D. Grayscale: #7D7D7D. Windows color (decimal): -7966798 or 11693958. OLE color: 11693958.

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

Color convert

RGB 134 111 178 -
CMYK 0.25 0.38 0 0.30
HSL 260.6º 0.3% 0.57% -
HSV(B) 260.6º 0.38% 0.7% -
XYZ 23.55 19.65 44.67 -
YUV 125.52 157.62 134.05 -
System Red Green Blue C M Y K H S L
Decimal 134 111 178 0.25 0.38 0 0.30 260.6 0.3 0.57
Hex 86 6F B2 19 26 0 1E 105 1E 39
Octal 206 157 262 31 46 0 36 405 36 71
Binary 10000110 1101111 10110010 11001 100110 0 11110 100000101 11110 111001

Color Harmonies of #866FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866FB2

Black with #866FB2

Text Example


Text Example

White with #866FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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