Html Css Color HEX #8F938A Delta

📋 copy color: '#8F938A'

red 143 ◦ green 147 ◦ blue 138

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

Shades of Delta #8F938A

Tints of Delta #8F938A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.24%

R = 33.41%
G = 34.35%
B = 32.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.06

 K value IS 0.42

RGB Variations

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

Color information

#8F938A (or 0x8F938A) is known color: Delta. HEX triplet: 8F, 93 and 8A. RGB value is (143,147,138). Sum of RGB (Red+Green+Blue) = 143+147+138=428 (56% of max value = 765). Red value is 143 (56.25% from 255 or 33.41% from 428); Green value is 147 (57.81% from 255 or 34.35% from 428); Blue value is 138 (54.30% from 255 or 32.24% from 428); Max value from RGB is 147 - color contains mainly: green. Hex color #8F938A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8F938A is #706C75. Grayscale: #909090. Windows color (decimal): -7367798 or 9081743. OLE color: 9081743.

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

Color convert

RGB 143 147 138 -
CMYK 0.03 0 0.06 0.42
HSL 86.67º 0.04% 0.56% -
HSV(B) 86.67º 0.06% 0.58% -
XYZ 26.35 28.54 28.17 -
YUV 144.78 124.17 126.73 -
System Red Green Blue C M Y K H S L
Decimal 143 147 138 0.03 0 0.06 0.42 86.67 0.04 0.56
Hex 8F 93 8A 3 0 6 2A 57 4 38
Octal 217 223 212 3 0 6 52 127 4 70
Binary 10001111 10010011 10001010 11 0 110 101010 1010111 100 111000

Color Harmonies of #8F938A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F938A

Black with #8F938A

Text Example


Text Example

White with #8F938A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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