Html Css Color HEX #866DB5 Deluge

📋 copy color: '#866DB5'

red 134 ◦ green 109 ◦ blue 181

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

Shades of Deluge #866DB5

Tints of Deluge #866DB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 42.69%

R = 31.6%
G = 25.71%
B = 42.69%

CMYK

 C value IS 0.26

 M value IS 0.40

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#866DB5 (or 0x866DB5) is known color: Deluge. HEX triplet: 86, 6D and B5. RGB value is (134,109,181). Sum of RGB (Red+Green+Blue) = 134+109+181=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 109 (42.97% from 255 or 25.71% from 424); Blue value is 181 (71.09% from 255 or 42.69% from 424); Max value from RGB is 181 - color contains mainly: blue. Hex color #866DB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866DB5 is #79924A. Grayscale: #7C7C7C. Windows color (decimal): -7967307 or 11890054. OLE color: 11890054.

HSL color Cylindrical-coordinate representation of color #866DB5: hue angle of 260.83º degrees, saturation: 0.33, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #866DB5 is Cyan = 0.26, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 109 181 -
CMYK 0.26 0.40 0 0.29
HSL 260.83º 0.33% 0.57% -
HSV(B) 260.83º 0.4% 0.71% -
XYZ 23.64 19.34 46.2 -
YUV 124.68 159.78 134.65 -
System Red Green Blue C M Y K H S L
Decimal 134 109 181 0.26 0.40 0 0.29 260.83 0.33 0.57
Hex 86 6D B5 1A 28 0 1D 105 21 39
Octal 206 155 265 32 50 0 35 405 41 71
Binary 10000110 1101101 10110101 11010 101000 0 11101 100000101 100001 111001

Color Harmonies of #866DB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866DB5

Black with #866DB5

Text Example


Text Example

White with #866DB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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