Html Css Color HEX #867CB2 Deluge

📋 copy color: '#867CB2'

red 134 ◦ green 124 ◦ blue 178

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

Shades of Deluge #867CB2

Tints of Deluge #867CB2

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.44%

 BLUE value IS 178 (69.92% from 255) = 40.83%

R = 30.73%
G = 28.44%
B = 40.83%

CMYK

 C value IS 0.25

 M value IS 0.30

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#867CB2 (or 0x867CB2) is known color: Deluge. HEX triplet: 86, 7C and B2. RGB value is (134,124,178). Sum of RGB (Red+Green+Blue) = 134+124+178=436 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.73% from 436); Green value is 124 (48.83% from 255 or 28.44% from 436); Blue value is 178 (69.92% from 255 or 40.83% from 436); Max value from RGB is 178 - color contains mainly: blue. Hex color #867CB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867CB2 is #79834D. Grayscale: #848484. Windows color (decimal): -7963470 or 11697286. OLE color: 11697286.

HSL color Cylindrical-coordinate representation of color #867CB2: hue angle of 251.11º degrees, saturation: 0.26, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #867CB2 is Cyan = 0.25, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 124 178 -
CMYK 0.25 0.30 0 0.30
HSL 251.11º 0.26% 0.59% -
HSV(B) 251.11º 0.3% 0.7% -
XYZ 25.08 22.7 45.18 -
YUV 133.15 153.31 128.61 -
System Red Green Blue C M Y K H S L
Decimal 134 124 178 0.25 0.30 0 0.30 251.11 0.26 0.59
Hex 86 7C B2 19 1E 0 1E FB 1A 3B
Octal 206 174 262 31 36 0 36 373 32 73
Binary 10000110 1111100 10110010 11001 11110 0 11110 11111011 11010 111011

Color Harmonies of #867CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867CB2

Black with #867CB2

Text Example


Text Example

White with #867CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #867CB2; }

 p { color: rgb(134,124,178); }

 H1.HeaderClassName
 {
   color: #867CB2;
 }
 .AnyTagClassName
 {
   color: #867CB2;
 }
</style>

background-color css

<style>
 a { background-color: #867CB2; }

 a { background-color: rgb(134,124,178); }

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

border-color css

<style>
 span { border-color: #867CB2; }

 span { border-color: rgb(134,124,178); }

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