Html Css Color HEX #8672B2 Deluge

📋 copy color: '#8672B2'

red 134 ◦ green 114 ◦ blue 178

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

Shades of Deluge #8672B2

Tints of Deluge #8672B2

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.76%

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

R = 31.46%
G = 26.76%
B = 41.78%

CMYK

 C value IS 0.25

 M value IS 0.36

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#8672B2 (or 0x8672B2) is known color: Deluge. HEX triplet: 86, 72 and B2. RGB value is (134,114,178). Sum of RGB (Red+Green+Blue) = 134+114+178=426 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.46% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 178 (69.92% from 255 or 41.78% from 426); Max value from RGB is 178 - color contains mainly: blue. Hex color #8672B2 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8672B2 is #798D4D. Grayscale: #7F7F7F. Windows color (decimal): -7966030 or 11694726. OLE color: 11694726.

HSL color Cylindrical-coordinate representation of color #8672B2: hue angle of 258.75º degrees, saturation: 0.29, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8672B2 is Cyan = 0.25, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 134 114 178 -
CMYK 0.25 0.36 0 0.30
HSL 258.75º 0.29% 0.57% -
HSV(B) 258.75º 0.36% 0.7% -
XYZ 23.88 20.32 44.78 -
YUV 127.28 156.63 132.8 -
System Red Green Blue C M Y K H S L
Decimal 134 114 178 0.25 0.36 0 0.30 258.75 0.29 0.57
Hex 86 72 B2 19 24 0 1E 103 1D 39
Octal 206 162 262 31 44 0 36 403 35 71
Binary 10000110 1110010 10110010 11001 100100 0 11110 100000011 11101 111001

Color Harmonies of #8672B2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8672B2

Black with #8672B2

Text Example


Text Example

White with #8672B2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8672B2; }

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

 H1.HeaderClassName
 {
   color: #8672B2;
 }
 .AnyTagClassName
 {
   color: #8672B2;
 }
</style>

background-color css

<style>
 a { background-color: #8672B2; }

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

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

border-color css

<style>
 span { border-color: #8672B2; }

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

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