Html Css Color HEX #949A8A Delta

📋 copy color: '#949A8A'

red 148 ◦ green 154 ◦ blue 138

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

Shades of Delta #949A8A

Tints of Delta #949A8A

RGB

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

 GREEN value IS 154 (60.55% from 255) = 35%

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

R = 33.64%
G = 35%
B = 31.36%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.40

RGB Variations

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

Color information

#949A8A (or 0x949A8A) is known color: Delta. HEX triplet: 94, 9A and 8A. RGB value is (148,154,138). Sum of RGB (Red+Green+Blue) = 148+154+138=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 138 (54.30% from 255 or 31.36% from 440); Max value from RGB is 154 - color contains mainly: green. Hex color #949A8A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949A8A is #6B6575. Grayscale: #969696. Windows color (decimal): -7038326 or 9083540. OLE color: 9083540.

HSL color Cylindrical-coordinate representation of color #949A8A: hue angle of 82.5º degrees, saturation: 0.07, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #949A8A is Cyan = 0.04, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB 148 154 138 -
CMYK 0.04 0 0.10 0.40
HSL 82.5º 0.07% 0.57% -
HSV(B) 82.5º 0.1% 0.6% -
XYZ 28.36 31.24 28.58 -
YUV 150.38 121.01 126.3 -
System Red Green Blue C M Y K H S L
Decimal 148 154 138 0.04 0 0.10 0.40 82.5 0.07 0.57
Hex 94 9A 8A 4 0 A 28 52 7 39
Octal 224 232 212 4 0 12 50 122 7 71
Binary 10010100 10011010 10001010 100 0 1010 101000 1010010 111 111001

Color Harmonies of #949A8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949A8A

Black with #949A8A

Text Example


Text Example

White with #949A8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(148,154,138); }

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

background-color css

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

 a { background-color: rgb(148,154,138); }

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

border-color css

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

 span { border-color: rgb(148,154,138); }

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