Html Css Color HEX #866BB3 Deluge

📋 copy color: '#866BB3'

red 134 ◦ green 107 ◦ blue 179

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

Shades of Deluge #866BB3

Tints of Deluge #866BB3

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.48%

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

R = 31.9%
G = 25.48%
B = 42.62%

CMYK

 C value IS 0.25

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#866BB3 (or 0x866BB3) is known color: Deluge. HEX triplet: 86, 6B and B3. RGB value is (134,107,179). Sum of RGB (Red+Green+Blue) = 134+107+179=420 (55% of max value = 765). Red value is 134 (52.73% from 255 or 31.90% from 420); Green value is 107 (42.19% from 255 or 25.48% from 420); Blue value is 179 (70.31% from 255 or 42.62% from 420); Max value from RGB is 179 - color contains mainly: blue. Hex color #866BB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866BB3 is #79944C. Grayscale: #7B7B7B. Windows color (decimal): -7967821 or 11758470. OLE color: 11758470.

HSL color Cylindrical-coordinate representation of color #866BB3: hue angle of 262.5º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #866BB3 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 107 179 -
CMYK 0.25 0.40 0 0.30
HSL 262.5º 0.32% 0.56% -
HSV(B) 262.5º 0.4% 0.7% -
XYZ 23.23 18.84 45.06 -
YUV 123.28 159.45 135.65 -
System Red Green Blue C M Y K H S L
Decimal 134 107 179 0.25 0.40 0 0.30 262.5 0.32 0.56
Hex 86 6B B3 19 28 0 1E 106 20 38
Octal 206 153 263 31 50 0 36 406 40 70
Binary 10000110 1101011 10110011 11001 101000 0 11110 100000110 100000 111000

Color Harmonies of #866BB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #866BB3

Black with #866BB3

Text Example


Text Example

White with #866BB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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