Html Css Color HEX #866FB4 Deluge

📋 copy color: '#866FB4'

red 134 ◦ green 111 ◦ blue 180

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

Shades of Deluge #866FB4

Tints of Deluge #866FB4

RGB

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

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

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

R = 31.53%
G = 26.12%
B = 42.35%

CMYK

 C value IS 0.26

 M value IS 0.38

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#866FB4 (or 0x866FB4) is known color: Deluge. HEX triplet: 86, 6F and B4. RGB value is (134,111,180). Sum of RGB (Red+Green+Blue) = 134+111+180=425 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.53% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 180 - color contains mainly: blue. Hex color #866FB4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FB4 is #79904B. Grayscale: #7D7D7D. Windows color (decimal): -7966796 or 11825030. OLE color: 11825030.

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

Color convert

RGB 134 111 180 -
CMYK 0.26 0.38 0 0.29
HSL 260º 0.32% 0.57% -
HSV(B) 260º 0.38% 0.71% -
XYZ 23.75 19.73 45.74 -
YUV 125.74 158.62 133.89 -
System Red Green Blue C M Y K H S L
Decimal 134 111 180 0.26 0.38 0 0.29 260 0.32 0.57
Hex 86 6F B4 1A 26 0 1D 104 20 39
Octal 206 157 264 32 46 0 35 404 40 71
Binary 10000110 1101111 10110100 11010 100110 0 11101 100000100 100000 111001

Color Harmonies of #866FB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866FB4

Black with #866FB4

Text Example


Text Example

White with #866FB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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