Html Css Color HEX #866EB4 Deluge

📋 copy color: '#866EB4'

red 134 ◦ green 110 ◦ blue 180

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

Shades of Deluge #866EB4

Tints of Deluge #866EB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.45%

R = 31.6%
G = 25.94%
B = 42.45%

CMYK

 C value IS 0.26

 M value IS 0.39

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#866EB4 (or 0x866EB4) is known color: Deluge. HEX triplet: 86, 6E and B4. RGB value is (134,110,180). Sum of RGB (Red+Green+Blue) = 134+110+180=424 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.60% from 424); Green value is 110 (43.36% from 255 or 25.94% from 424); Blue value is 180 (70.70% from 255 or 42.45% from 424); Max value from RGB is 180 - color contains mainly: blue. Hex color #866EB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866EB4 is #79914B. Grayscale: #7C7C7C. Windows color (decimal): -7967052 or 11824774. OLE color: 11824774.

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

Color convert

RGB 134 110 180 -
CMYK 0.26 0.39 0 0.29
HSL 260.57º 0.32% 0.57% -
HSV(B) 260.57º 0.39% 0.71% -
XYZ 23.65 19.52 45.7 -
YUV 125.16 158.95 134.31 -
System Red Green Blue C M Y K H S L
Decimal 134 110 180 0.26 0.39 0 0.29 260.57 0.32 0.57
Hex 86 6E B4 1A 27 0 1D 105 20 39
Octal 206 156 264 32 47 0 35 405 40 71
Binary 10000110 1101110 10110100 11010 100111 0 11101 100000101 100000 111001

Color Harmonies of #866EB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866EB4

Black with #866EB4

Text Example


Text Example

White with #866EB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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