Html Css Color HEX #949F99 Edward

📋 copy color: '#949F99'

red 148 ◦ green 159 ◦ blue 153

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

Shades of Edward #949F99

Tints of Edward #949F99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 33.26%

R = 32.17%
G = 34.57%
B = 33.26%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#949F99 (or 0x949F99) is known color: Edward. HEX triplet: 94, 9F and 99. RGB value is (148,159,153). Sum of RGB (Red+Green+Blue) = 148+159+153=460 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.17% from 460); Green value is 159 (62.5% from 255 or 34.57% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 159 - color contains mainly: green. Hex color #949F99 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949F99 is #6B6066. Grayscale: #9B9B9B. Windows color (decimal): -7037031 or 10067860. OLE color: 10067860.

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

Color convert

RGB 148 159 153 -
CMYK 0.07 0 0.04 0.38
HSL 147.27º 0.05% 0.6% -
HSV(B) 147.27º 0.07% 0.62% -
XYZ 30.36 33.39 34.98 -
YUV 155.03 126.86 122.99 -
System Red Green Blue C M Y K H S L
Decimal 148 159 153 0.07 0 0.04 0.38 147.27 0.05 0.6
Hex 94 9F 99 7 0 4 26 93 5 3C
Octal 224 237 231 7 0 4 46 223 5 74
Binary 10010100 10011111 10011001 111 0 100 100110 10010011 101 111100

Color Harmonies of #949F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F99

Black with #949F99

Text Example


Text Example

White with #949F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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