Html Css Color HEX #8C7BA0 Deluge

📋 copy color: '#8C7BA0'

red 140 ◦ green 123 ◦ blue 160

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

Shades of Deluge #8C7BA0

Tints of Deluge #8C7BA0

RGB

 RED value IS 140 (55.08% from 255) = 33.1%

 GREEN value IS 123 (48.44% from 255) = 29.08%

 BLUE value IS 160 (62.89% from 255) = 37.83%

R = 33.1%
G = 29.08%
B = 37.83%

CMYK

 C value IS 0.12

 M value IS 0.23

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8C7BA0 (or 0x8C7BA0) is known color: Deluge. HEX triplet: 8C, 7B and A0. RGB value is (140,123,160). Sum of RGB (Red+Green+Blue) = 140+123+160=423 (56% of max value = 765). Red value is 140 (55.08% from 255 or 33.10% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 160 (62.89% from 255 or 37.83% from 423); Max value from RGB is 160 - color contains mainly: blue. Hex color #8C7BA0 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7BA0 is #73845F. Grayscale: #848484. Windows color (decimal): -7570528 or 10517388. OLE color: 10517388.

HSL color Cylindrical-coordinate representation of color #8C7BA0: hue angle of 267.57º degrees, saturation: 0.16, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8C7BA0 is Cyan = 0.12, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 140 123 160 -
CMYK 0.12 0.23 0 0.37
HSL 267.57º 0.16% 0.55% -
HSV(B) 267.57º 0.23% 0.63% -
XYZ 24.24 22.28 36.28 -
YUV 132.3 143.63 133.49 -
System Red Green Blue C M Y K H S L
Decimal 140 123 160 0.12 0.23 0 0.37 267.57 0.16 0.55
Hex 8C 7B A0 C 17 0 25 10C 10 37
Octal 214 173 240 14 27 0 45 414 20 67
Binary 10001100 1111011 10100000 1100 10111 0 100101 100001100 10000 110111

Color Harmonies of #8C7BA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7BA0

Black with #8C7BA0

Text Example


Text Example

White with #8C7BA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C7BA0; }

 p { color: rgb(140,123,160); }

 H1.HeaderClassName
 {
   color: #8C7BA0;
 }
 .AnyTagClassName
 {
   color: #8C7BA0;
 }
</style>

background-color css

<style>
 a { background-color: #8C7BA0; }

 a { background-color: rgb(140,123,160); }

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

border-color css

<style>
 span { border-color: #8C7BA0; }

 span { border-color: rgb(140,123,160); }

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