Html Css Color HEX #8679AF Deluge

📋 copy color: '#8679AF'

red 134 ◦ green 121 ◦ blue 175

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

Shades of Deluge #8679AF

Tints of Deluge #8679AF

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.14%

 BLUE value IS 175 (68.75% from 255) = 40.7%

R = 31.16%
G = 28.14%
B = 40.7%

CMYK

 C value IS 0.23

 M value IS 0.31

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#8679AF (or 0x8679AF) is known color: Deluge. HEX triplet: 86, 79 and AF. RGB value is (134,121,175). Sum of RGB (Red+Green+Blue) = 134+121+175=430 (56% of max value = 765). Red value is 134 (52.73% from 255 or 31.16% from 430); Green value is 121 (47.66% from 255 or 28.14% from 430); Blue value is 175 (68.75% from 255 or 40.70% from 430); Max value from RGB is 175 - color contains mainly: blue. Hex color #8679AF is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8679AF is #798650. Grayscale: #828282. Windows color (decimal): -7964241 or 11499910. OLE color: 11499910.

HSL color Cylindrical-coordinate representation of color #8679AF: hue angle of 254.44º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8679AF is Cyan = 0.23, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 134 121 175 -
CMYK 0.23 0.31 0 0.31
HSL 254.44º 0.25% 0.58% -
HSV(B) 254.44º 0.31% 0.69% -
XYZ 24.41 21.84 43.49 -
YUV 131.04 152.81 130.11 -
System Red Green Blue C M Y K H S L
Decimal 134 121 175 0.23 0.31 0 0.31 254.44 0.25 0.58
Hex 86 79 AF 17 1F 0 1F FE 19 3A
Octal 206 171 257 27 37 0 37 376 31 72
Binary 10000110 1111001 10101111 10111 11111 0 11111 11111110 11001 111010

Color Harmonies of #8679AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8679AF

Black with #8679AF

Text Example


Text Example

White with #8679AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8679AF; }

 p { color: rgb(134,121,175); }

 H1.HeaderClassName
 {
   color: #8679AF;
 }
 .AnyTagClassName
 {
   color: #8679AF;
 }
</style>

background-color css

<style>
 a { background-color: #8679AF; }

 a { background-color: rgb(134,121,175); }

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

border-color css

<style>
 span { border-color: #8679AF; }

 span { border-color: rgb(134,121,175); }

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