Html Css Color HEX #8F938C Delta

📋 copy color: '#8F938C'

red 143 ◦ green 147 ◦ blue 140

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

Shades of Delta #8F938C

Tints of Delta #8F938C

RGB

 RED value IS 143 (56.25% from 255) = 33.26%

 GREEN value IS 147 (57.81% from 255) = 34.19%

 BLUE value IS 140 (55.08% from 255) = 32.56%

R = 33.26%
G = 34.19%
B = 32.56%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.05

 K value IS 0.42

RGB Variations

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

Color information

#8F938C (or 0x8F938C) is known color: Delta. HEX triplet: 8F, 93 and 8C. RGB value is (143,147,140). Sum of RGB (Red+Green+Blue) = 143+147+140=430 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.26% from 430); Green value is 147 (57.81% from 255 or 34.19% from 430); Blue value is 140 (55.08% from 255 or 32.56% from 430); Max value from RGB is 147 - color contains mainly: green. Hex color #8F938C is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F938C is #706C73. Grayscale: #919191. Windows color (decimal): -7367796 or 9212815. OLE color: 9212815.

HSL color Cylindrical-coordinate representation of color #8F938C: hue angle of 94.29º degrees, saturation: 0.03, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #8F938C is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 147 140 -
CMYK 0.03 0 0.05 0.42
HSL 94.29º 0.03% 0.56% -
HSV(B) 94.29º 0.05% 0.58% -
XYZ 26.5 28.6 28.93 -
YUV 145.01 125.17 126.57 -
System Red Green Blue C M Y K H S L
Decimal 143 147 140 0.03 0 0.05 0.42 94.29 0.03 0.56
Hex 8F 93 8C 3 0 5 2A 5E 3 38
Octal 217 223 214 3 0 5 52 136 3 70
Binary 10001111 10010011 10001100 11 0 101 101010 1011110 11 111000

Color Harmonies of #8F938C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F938C

Black with #8F938C

Text Example


Text Example

White with #8F938C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,147,140); }

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

background-color css

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

 a { background-color: rgb(143,147,140); }

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

border-color css

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

 span { border-color: rgb(143,147,140); }

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