Html Css Color HEX #83679D Deluge

📋 copy color: '#83679D'

red 131 ◦ green 103 ◦ blue 157

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

Shades of Deluge #83679D

Tints of Deluge #83679D

RGB

 RED value IS 131 (51.56% from 255) = 33.5%

 GREEN value IS 103 (40.63% from 255) = 26.34%

 BLUE value IS 157 (61.72% from 255) = 40.15%

R = 33.5%
G = 26.34%
B = 40.15%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#83679D (or 0x83679D) is known color: Deluge. HEX triplet: 83, 67 and 9D. RGB value is (131,103,157). Sum of RGB (Red+Green+Blue) = 131+103+157=391 (51% of max value = 765). Red value is 131 (51.56% from 255 or 33.50% from 391); Green value is 103 (40.62% from 255 or 26.34% from 391); Blue value is 157 (61.72% from 255 or 40.15% from 391); Max value from RGB is 157 - color contains mainly: blue. Hex color #83679D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83679D is #7C9862. Grayscale: #757575. Windows color (decimal): -8165475 or 10315651. OLE color: 10315651.

HSL color Cylindrical-coordinate representation of color #83679D: hue angle of 271.11º degrees, saturation: 0.22, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #83679D is Cyan = 0.17, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 131 103 157 -
CMYK 0.17 0.34 0 0.38
HSL 271.11º 0.22% 0.51% -
HSV(B) 271.11º 0.34% 0.62% -
XYZ 20.3 16.96 34.1 -
YUV 117.53 150.28 137.61 -
System Red Green Blue C M Y K H S L
Decimal 131 103 157 0.17 0.34 0 0.38 271.11 0.22 0.51
Hex 83 67 9D 11 22 0 26 10F 16 33
Octal 203 147 235 21 42 0 46 417 26 63
Binary 10000011 1100111 10011101 10001 100010 0 100110 100001111 10110 110011

Color Harmonies of #83679D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83679D

Black with #83679D

Text Example


Text Example

White with #83679D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83679D; }

 p { color: rgb(131,103,157); }

 H1.HeaderClassName
 {
   color: #83679D;
 }
 .AnyTagClassName
 {
   color: #83679D;
 }
</style>

background-color css

<style>
 a { background-color: #83679D; }

 a { background-color: rgb(131,103,157); }

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

border-color css

<style>
 span { border-color: #83679D; }

 span { border-color: rgb(131,103,157); }

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