Html Css Color HEX #876CB3 Deluge

📋 copy color: '#876CB3'

red 135 ◦ green 108 ◦ blue 179

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

Shades of Deluge #876CB3

Tints of Deluge #876CB3

RGB

 RED value IS 135 (53.13% from 255) = 31.99%

 GREEN value IS 108 (42.58% from 255) = 25.59%

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

R = 31.99%
G = 25.59%
B = 42.42%

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

#876CB3 (or 0x876CB3) is known color: Deluge. HEX triplet: 87, 6C and B3. RGB value is (135,108,179). Sum of RGB (Red+Green+Blue) = 135+108+179=422 (55% of max value = 765). Red value is 135 (53.12% from 255 or 31.99% from 422); Green value is 108 (42.58% from 255 or 25.59% from 422); Blue value is 179 (70.31% from 255 or 42.42% from 422); Max value from RGB is 179 - color contains mainly: blue. Hex color #876CB3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #876CB3 is #78934C. Grayscale: #7B7B7B. Windows color (decimal): -7902029 or 11758727. OLE color: 11758727.

HSL color Cylindrical-coordinate representation of color #876CB3: hue angle of 262.82º 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 #876CB3 is Cyan = 0.25, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 135 108 179 -
CMYK 0.25 0.40 0 0.30
HSL 262.82º 0.32% 0.56% -
HSV(B) 262.82º 0.4% 0.7% -
XYZ 23.49 19.13 45.1 -
YUV 124.17 158.95 135.73 -
System Red Green Blue C M Y K H S L
Decimal 135 108 179 0.25 0.40 0 0.30 262.82 0.32 0.56
Hex 87 6C B3 19 28 0 1E 107 20 38
Octal 207 154 263 31 50 0 36 407 40 70
Binary 10000111 1101100 10110011 11001 101000 0 11110 100000111 100000 111000

Color Harmonies of #876CB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #876CB3

Black with #876CB3

Text Example


Text Example

White with #876CB3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #876CB3; }

 p { color: rgb(135,108,179); }

 H1.HeaderClassName
 {
   color: #876CB3;
 }
 .AnyTagClassName
 {
   color: #876CB3;
 }
</style>

background-color css

<style>
 a { background-color: #876CB3; }

 a { background-color: rgb(135,108,179); }

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

border-color css

<style>
 span { border-color: #876CB3; }

 span { border-color: rgb(135,108,179); }

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