Html Css Color HEX #8375A4 Deluge

📋 copy color: '#8375A4'

red 131 ◦ green 117 ◦ blue 164

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

Shades of Deluge #8375A4

Tints of Deluge #8375A4

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.4%

 BLUE value IS 164 (64.45% from 255) = 39.81%

R = 31.8%
G = 28.4%
B = 39.81%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#8375A4 (or 0x8375A4) is known color: Deluge. HEX triplet: 83, 75 and A4. RGB value is (131,117,164). Sum of RGB (Red+Green+Blue) = 131+117+164=412 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.80% from 412); Green value is 117 (46.09% from 255 or 28.40% from 412); Blue value is 164 (64.45% from 255 or 39.81% from 412); Max value from RGB is 164 - color contains mainly: blue. Hex color #8375A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8375A4 is #7C8A5B. Grayscale: #7E7E7E. Windows color (decimal): -8161884 or 10777987. OLE color: 10777987.

HSL color Cylindrical-coordinate representation of color #8375A4: hue angle of 257.87º degrees, saturation: 0.21, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8375A4 is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 131 117 164 -
CMYK 0.20 0.29 0 0.36
HSL 257.87º 0.21% 0.55% -
HSV(B) 257.87º 0.29% 0.64% -
XYZ 22.42 20.23 37.84 -
YUV 126.54 149.14 131.18 -
System Red Green Blue C M Y K H S L
Decimal 131 117 164 0.20 0.29 0 0.36 257.87 0.21 0.55
Hex 83 75 A4 14 1D 0 24 102 15 37
Octal 203 165 244 24 35 0 44 402 25 67
Binary 10000011 1110101 10100100 10100 11101 0 100100 100000010 10101 110111

Color Harmonies of #8375A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8375A4

Black with #8375A4

Text Example


Text Example

White with #8375A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8375A4; }

 p { color: rgb(131,117,164); }

 H1.HeaderClassName
 {
   color: #8375A4;
 }
 .AnyTagClassName
 {
   color: #8375A4;
 }
</style>

background-color css

<style>
 a { background-color: #8375A4; }

 a { background-color: rgb(131,117,164); }

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

border-color css

<style>
 span { border-color: #8375A4; }

 span { border-color: rgb(131,117,164); }

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