Html Css Color HEX #866CB0 Deluge

📋 copy color: '#866CB0'

red 134 ◦ green 108 ◦ blue 176

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

Shades of Deluge #866CB0

Tints of Deluge #866CB0

RGB

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

 GREEN value IS 108 (42.58% from 255) = 25.84%

 BLUE value IS 176 (69.14% from 255) = 42.11%

R = 32.06%
G = 25.84%
B = 42.11%

CMYK

 C value IS 0.24

 M value IS 0.39

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#866CB0 (or 0x866CB0) is known color: Deluge. HEX triplet: 86, 6C and B0. RGB value is (134,108,176). Sum of RGB (Red+Green+Blue) = 134+108+176=418 (55% of max value = 765). Red value is 134 (52.73% from 255 or 32.06% from 418); Green value is 108 (42.58% from 255 or 25.84% from 418); Blue value is 176 (69.14% from 255 or 42.11% from 418); Max value from RGB is 176 - color contains mainly: blue. Hex color #866CB0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #866CB0 is #79934F. Grayscale: #7B7B7B. Windows color (decimal): -7967568 or 11562118. OLE color: 11562118.

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

Color convert

RGB 134 108 176 -
CMYK 0.24 0.39 0 0.31
HSL 262.94º 0.3% 0.56% -
HSV(B) 262.94º 0.39% 0.69% -
XYZ 23.03 18.93 43.51 -
YUV 123.53 157.61 135.47 -
System Red Green Blue C M Y K H S L
Decimal 134 108 176 0.24 0.39 0 0.31 262.94 0.3 0.56
Hex 86 6C B0 18 27 0 1F 107 1E 38
Octal 206 154 260 30 47 0 37 407 36 70
Binary 10000110 1101100 10110000 11000 100111 0 11111 100000111 11110 111000

Color Harmonies of #866CB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866CB0

Black with #866CB0

Text Example


Text Example

White with #866CB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,108,176); }

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

background-color css

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

 a { background-color: rgb(134,108,176); }

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

border-color css

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

 span { border-color: rgb(134,108,176); }

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