Html Css Color HEX #909F96 Edward

📋 copy color: '#909F96'

red 144 ◦ green 159 ◦ blue 150

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

Shades of Edward #909F96

Tints of Edward #909F96

RGB

 RED value IS 144 (56.64% from 255) = 31.79%

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

 BLUE value IS 150 (58.98% from 255) = 33.11%

R = 31.79%
G = 35.1%
B = 33.11%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#909F96 (or 0x909F96) is known color: Edward. HEX triplet: 90, 9F and 96. RGB value is (144,159,150). Sum of RGB (Red+Green+Blue) = 144+159+150=453 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.79% from 453); Green value is 159 (62.5% from 255 or 35.10% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 159 - color contains mainly: green. Hex color #909F96 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909F96 is #6F6069. Grayscale: #999999. Windows color (decimal): -7299178 or 9871248. OLE color: 9871248.

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

Color convert

RGB 144 159 150 -
CMYK 0.09 0 0.06 0.38
HSL 144º 0.07% 0.59% -
HSV(B) 144º 0.09% 0.62% -
XYZ 29.4 32.93 33.66 -
YUV 153.49 126.03 121.23 -
System Red Green Blue C M Y K H S L
Decimal 144 159 150 0.09 0 0.06 0.38 144 0.07 0.59
Hex 90 9F 96 9 0 6 26 90 7 3B
Octal 220 237 226 11 0 6 46 220 7 73
Binary 10010000 10011111 10010110 1001 0 110 100110 10010000 111 111011

Color Harmonies of #909F96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909F96

Black with #909F96

Text Example


Text Example

White with #909F96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909F96; }

 p { color: rgb(144,159,150); }

 H1.HeaderClassName
 {
   color: #909F96;
 }
 .AnyTagClassName
 {
   color: #909F96;
 }
</style>

background-color css

<style>
 a { background-color: #909F96; }

 a { background-color: rgb(144,159,150); }

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

border-color css

<style>
 span { border-color: #909F96; }

 span { border-color: rgb(144,159,150); }

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