Html Css Color HEX #949F97 Edward

📋 copy color: '#949F97'

red 148 ◦ green 159 ◦ blue 151

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

Shades of Edward #949F97

Tints of Edward #949F97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 32.97%

R = 32.31%
G = 34.72%
B = 32.97%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#949F97 (or 0x949F97) is known color: Edward. HEX triplet: 94, 9F and 97. RGB value is (148,159,151). Sum of RGB (Red+Green+Blue) = 148+159+151=458 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.31% from 458); Green value is 159 (62.5% from 255 or 34.72% from 458); Blue value is 151 (59.38% from 255 or 32.97% from 458); Max value from RGB is 159 - color contains mainly: green. Hex color #949F97 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #949F97 is #6B6068. Grayscale: #9A9A9A. Windows color (decimal): -7037033 or 9936788. OLE color: 9936788.

HSL color Cylindrical-coordinate representation of color #949F97: hue angle of 136.36º 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 #949F97 is Cyan = 0.07, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 148 159 151 -
CMYK 0.07 0 0.05 0.38
HSL 136.36º 0.05% 0.6% -
HSV(B) 136.36º 0.07% 0.62% -
XYZ 30.2 33.33 34.12 -
YUV 154.8 125.86 123.15 -
System Red Green Blue C M Y K H S L
Decimal 148 159 151 0.07 0 0.05 0.38 136.36 0.05 0.6
Hex 94 9F 97 7 0 5 26 88 5 3C
Octal 224 237 227 7 0 5 46 210 5 74
Binary 10010100 10011111 10010111 111 0 101 100110 10001000 101 111100

Color Harmonies of #949F97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #949F97

Black with #949F97

Text Example


Text Example

White with #949F97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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