Html Css Color HEX #866EB3 Deluge

📋 copy color: '#866EB3'

red 134 ◦ green 110 ◦ blue 179

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

Shades of Deluge #866EB3

Tints of Deluge #866EB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 42.32%

R = 31.68%
G = 26%
B = 42.32%

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

#866EB3 (or 0x866EB3) is known color: Deluge. HEX triplet: 86, 6E and B3. RGB value is (134,110,179). Sum of RGB (Red+Green+Blue) = 134+110+179=423 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.68% from 423); Green value is 110 (43.36% from 255 or 26.00% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #866EB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866EB3 is #79914C. Grayscale: #7C7C7C. Windows color (decimal): -7967053 or 11759238. OLE color: 11759238.

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

Color convert

RGB 134 110 179 -
CMYK 0.25 0.39 0 0.30
HSL 260.87º 0.31% 0.57% -
HSV(B) 260.87º 0.39% 0.7% -
XYZ 23.54 19.47 45.17 -
YUV 125.04 158.45 134.39 -
System Red Green Blue C M Y K H S L
Decimal 134 110 179 0.25 0.39 0 0.30 260.87 0.31 0.57
Hex 86 6E B3 19 27 0 1E 105 1F 39
Octal 206 156 263 31 47 0 36 405 37 71
Binary 10000110 1101110 10110011 11001 100111 0 11110 100000101 11111 111001

Color Harmonies of #866EB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866EB3

Black with #866EB3

Text Example


Text Example

White with #866EB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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