Html Css Color HEX #8C7FAB Deluge

📋 copy color: '#8C7FAB'

red 140 ◦ green 127 ◦ blue 171

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

Shades of Deluge #8C7FAB

Tints of Deluge #8C7FAB

RGB

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

 GREEN value IS 127 (50% from 255) = 29%

 BLUE value IS 171 (67.19% from 255) = 39.04%

R = 31.96%
G = 29%
B = 39.04%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8C7FAB (or 0x8C7FAB) is known color: Deluge. HEX triplet: 8C, 7F and AB. RGB value is (140,127,171). Sum of RGB (Red+Green+Blue) = 140+127+171=438 (58% of max value = 765). Red value is 140 (55.08% from 255 or 31.96% from 438); Green value is 127 (50% from 255 or 29.00% from 438); Blue value is 171 (67.19% from 255 or 39.04% from 438); Max value from RGB is 171 - color contains mainly: blue. Hex color #8C7FAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C7FAB is #738054. Grayscale: #878787. Windows color (decimal): -7569493 or 11239308. OLE color: 11239308.

HSL color Cylindrical-coordinate representation of color #8C7FAB: hue angle of 257.73º degrees, saturation: 0.21, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #8C7FAB is Cyan = 0.18, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 140 127 171 -
CMYK 0.18 0.26 0 0.33
HSL 257.73º 0.21% 0.58% -
HSV(B) 257.73º 0.26% 0.67% -
XYZ 25.76 23.69 41.74 -
YUV 135.9 147.81 130.92 -
System Red Green Blue C M Y K H S L
Decimal 140 127 171 0.18 0.26 0 0.33 257.73 0.21 0.58
Hex 8C 7F AB 12 1A 0 21 102 15 3A
Octal 214 177 253 22 32 0 41 402 25 72
Binary 10001100 1111111 10101011 10010 11010 0 100001 100000010 10101 111010

Color Harmonies of #8C7FAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C7FAB

Black with #8C7FAB

Text Example


Text Example

White with #8C7FAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,127,171); }

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

background-color css

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

 a { background-color: rgb(140,127,171); }

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

border-color css

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

 span { border-color: rgb(140,127,171); }

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