Html Css Color HEX #8C7CA5 Deluge

📋 copy color: '#8C7CA5'

red 140 ◦ green 124 ◦ blue 165

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

Shades of Deluge #8C7CA5

Tints of Deluge #8C7CA5

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.9%

 BLUE value IS 165 (64.84% from 255) = 38.46%

R = 32.63%
G = 28.9%
B = 38.46%

CMYK

 C value IS 0.15

 M value IS 0.25

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#8C7CA5 (or 0x8C7CA5) is known color: Deluge. HEX triplet: 8C, 7C and A5. RGB value is (140,124,165). Sum of RGB (Red+Green+Blue) = 140+124+165=429 (56% of max value = 765). Red value is 140 (55.08% from 255 or 32.63% from 429); Green value is 124 (48.83% from 255 or 28.90% from 429); Blue value is 165 (64.84% from 255 or 38.46% from 429); Max value from RGB is 165 - color contains mainly: blue. Hex color #8C7CA5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7CA5 is #73835A. Grayscale: #858585. Windows color (decimal): -7570267 or 10845324. OLE color: 10845324.

HSL color Cylindrical-coordinate representation of color #8C7CA5: hue angle of 263.41º degrees, saturation: 0.19, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8C7CA5 is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 140 124 165 -
CMYK 0.15 0.25 0 0.35
HSL 263.41º 0.19% 0.57% -
HSV(B) 263.41º 0.25% 0.65% -
XYZ 24.81 22.71 38.67 -
YUV 133.46 145.8 132.67 -
System Red Green Blue C M Y K H S L
Decimal 140 124 165 0.15 0.25 0 0.35 263.41 0.19 0.57
Hex 8C 7C A5 F 19 0 23 107 13 39
Octal 214 174 245 17 31 0 43 407 23 71
Binary 10001100 1111100 10100101 1111 11001 0 100011 100000111 10011 111001

Color Harmonies of #8C7CA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7CA5

Black with #8C7CA5

Text Example


Text Example

White with #8C7CA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,124,165); }

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

background-color css

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

 a { background-color: rgb(140,124,165); }

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

border-color css

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

 span { border-color: rgb(140,124,165); }

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