Html Css Color HEX #867BB2 Deluge

📋 copy color: '#867BB2'

red 134 ◦ green 123 ◦ blue 178

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

Shades of Deluge #867BB2

Tints of Deluge #867BB2

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.28%

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

R = 30.8%
G = 28.28%
B = 40.92%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#867BB2 (or 0x867BB2) is known color: Deluge. HEX triplet: 86, 7B and B2. RGB value is (134,123,178). Sum of RGB (Red+Green+Blue) = 134+123+178=435 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.80% from 435); Green value is 123 (48.44% from 255 or 28.28% from 435); Blue value is 178 (69.92% from 255 or 40.92% from 435); Max value from RGB is 178 - color contains mainly: blue. Hex color #867BB2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #867BB2 is #79844D. Grayscale: #848484. Windows color (decimal): -7963726 or 11697030. OLE color: 11697030.

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

Color convert

RGB 134 123 178 -
CMYK 0.25 0.31 0 0.30
HSL 252º 0.26% 0.59% -
HSV(B) 252º 0.31% 0.7% -
XYZ 24.95 22.45 45.14 -
YUV 132.56 153.64 129.03 -
System Red Green Blue C M Y K H S L
Decimal 134 123 178 0.25 0.31 0 0.30 252 0.26 0.59
Hex 86 7B B2 19 1F 0 1E FC 1A 3B
Octal 206 173 262 31 37 0 36 374 32 73
Binary 10000110 1111011 10110010 11001 11111 0 11110 11111100 11010 111011

Color Harmonies of #867BB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #867BB2

Black with #867BB2

Text Example


Text Example

White with #867BB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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