Html Css Color HEX #949F8B Delta

📋 copy color: '#949F8B'

red 148 ◦ green 159 ◦ blue 139

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

Shades of Delta #949F8B

Tints of Delta #949F8B

RGB

 RED value IS 148 (58.2% from 255) = 33.18%

 GREEN value IS 159 (62.5% from 255) = 35.65%

 BLUE value IS 139 (54.69% from 255) = 31.17%

R = 33.18%
G = 35.65%
B = 31.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#949F8B (or 0x949F8B) is known color: Delta. HEX triplet: 94, 9F and 8B. RGB value is (148,159,139). Sum of RGB (Red+Green+Blue) = 148+159+139=446 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.18% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 139 (54.69% from 255 or 31.17% from 446); Max value from RGB is 159 - color contains mainly: green. Hex color #949F8B is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949F8B is #6B6074. Grayscale: #999999. Windows color (decimal): -7037045 or 9150356. OLE color: 9150356.

HSL color Cylindrical-coordinate representation of color #949F8B: hue angle of 93º degrees, saturation: 0.09, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #949F8B is Cyan = 0.07, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 159 139 -
CMYK 0.07 0 0.13 0.38
HSL 93º 0.09% 0.58% -
HSV(B) 93º 0.13% 0.62% -
XYZ 29.27 32.96 29.24 -
YUV 153.43 119.86 124.13 -
System Red Green Blue C M Y K H S L
Decimal 148 159 139 0.07 0 0.13 0.38 93 0.09 0.58
Hex 94 9F 8B 7 0 D 26 5D 9 3A
Octal 224 237 213 7 0 15 46 135 11 72
Binary 10010100 10011111 10001011 111 0 1101 100110 1011101 1001 111010

Color Harmonies of #949F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F8B

Black with #949F8B

Text Example


Text Example

White with #949F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #949F8B; }

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

 H1.HeaderClassName
 {
   color: #949F8B;
 }
 .AnyTagClassName
 {
   color: #949F8B;
 }
</style>

background-color css

<style>
 a { background-color: #949F8B; }

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

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

border-color css

<style>
 span { border-color: #949F8B; }

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

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