Html Css Color HEX #9FA894 Delta

📋 copy color: '#9FA894'

red 159 ◦ green 168 ◦ blue 148

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

Shades of Delta #9FA894

Tints of Delta #9FA894

RGB

 RED value IS 159 (62.5% from 255) = 33.47%

 GREEN value IS 168 (66.02% from 255) = 35.37%

 BLUE value IS 148 (58.2% from 255) = 31.16%

R = 33.47%
G = 35.37%
B = 31.16%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.12

 K value IS 0.34

RGB Variations

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

Color information

#9FA894 (or 0x9FA894) is known color: Delta. HEX triplet: 9F, A8 and 94. RGB value is (159,168,148). Sum of RGB (Red+Green+Blue) = 159+168+148=475 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.47% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 148 (58.20% from 255 or 31.16% from 475); Max value from RGB is 168 - color contains mainly: green. Hex color #9FA894 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9FA894 is #60576B. Grayscale: #A3A3A3. Windows color (decimal): -6313836 or 9742495. OLE color: 9742495.

HSL color Cylindrical-coordinate representation of color #9FA894: hue angle of 87º degrees, saturation: 0.1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #9FA894 is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.34.

Color convert

RGB 159 168 148 -
CMYK 0.05 0 0.12 0.34
HSL 87º 0.1% 0.62% -
HSV(B) 87º 0.12% 0.66% -
XYZ 33.65 37.51 33.48 -
YUV 163.03 119.52 125.13 -
System Red Green Blue C M Y K H S L
Decimal 159 168 148 0.05 0 0.12 0.34 87 0.1 0.62
Hex 9F A8 94 5 0 C 22 57 A 3E
Octal 237 250 224 5 0 14 42 127 12 76
Binary 10011111 10101000 10010100 101 0 1100 100010 1010111 1010 111110

Color Harmonies of #9FA894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9FA894

Black with #9FA894

Text Example


Text Example

White with #9FA894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9FA894; }

 p { color: rgb(159,168,148); }

 H1.HeaderClassName
 {
   color: #9FA894;
 }
 .AnyTagClassName
 {
   color: #9FA894;
 }
</style>

background-color css

<style>
 a { background-color: #9FA894; }

 a { background-color: rgb(159,168,148); }

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

border-color css

<style>
 span { border-color: #9FA894; }

 span { border-color: rgb(159,168,148); }

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