Html Css Color HEX #8677B4 Deluge

📋 copy color: '#8677B4'

red 134 ◦ green 119 ◦ blue 180

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

Shades of Deluge #8677B4

Tints of Deluge #8677B4

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.48%

 BLUE value IS 180 (70.7% from 255) = 41.57%

R = 30.95%
G = 27.48%
B = 41.57%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#8677B4 (or 0x8677B4) is known color: Deluge. HEX triplet: 86, 77 and B4. RGB value is (134,119,180). Sum of RGB (Red+Green+Blue) = 134+119+180=433 (57% of max value = 765). Red value is 134 (52.73% from 255 or 30.95% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 180 (70.70% from 255 or 41.57% from 433); Max value from RGB is 180 - color contains mainly: blue. Hex color #8677B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8677B4 is #79884B. Grayscale: #828282. Windows color (decimal): -7964748 or 11827078. OLE color: 11827078.

HSL color Cylindrical-coordinate representation of color #8677B4: hue angle of 254.75º degrees, saturation: 0.29, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8677B4 is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 134 119 180 -
CMYK 0.26 0.34 0 0.29
HSL 254.75º 0.29% 0.59% -
HSV(B) 254.75º 0.34% 0.71% -
XYZ 24.67 21.56 46.04 -
YUV 130.44 155.97 130.54 -
System Red Green Blue C M Y K H S L
Decimal 134 119 180 0.26 0.34 0 0.29 254.75 0.29 0.59
Hex 86 77 B4 1A 22 0 1D FF 1D 3B
Octal 206 167 264 32 42 0 35 377 35 73
Binary 10000110 1110111 10110100 11010 100010 0 11101 11111111 11101 111011

Color Harmonies of #8677B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8677B4

Black with #8677B4

Text Example


Text Example

White with #8677B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8677B4; }

 p { color: rgb(134,119,180); }

 H1.HeaderClassName
 {
   color: #8677B4;
 }
 .AnyTagClassName
 {
   color: #8677B4;
 }
</style>

background-color css

<style>
 a { background-color: #8677B4; }

 a { background-color: rgb(134,119,180); }

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

border-color css

<style>
 span { border-color: #8677B4; }

 span { border-color: rgb(134,119,180); }

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