Html Css Color HEX #909E98 Cascade

📋 copy color: '#909E98'

red 144 ◦ green 158 ◦ blue 152

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

Shades of Cascade #909E98

Tints of Cascade #909E98

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.8%

 BLUE value IS 152 (59.77% from 255) = 33.48%

R = 31.72%
G = 34.8%
B = 33.48%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#909E98 (or 0x909E98) is known color: Cascade. HEX triplet: 90, 9E and 98. RGB value is (144,158,152). Sum of RGB (Red+Green+Blue) = 144+158+152=454 (60% of max value = 765). Red value is 144 (56.64% from 255 or 31.72% from 454); Green value is 158 (62.11% from 255 or 34.80% from 454); Blue value is 152 (59.77% from 255 or 33.48% from 454); Max value from RGB is 158 - color contains mainly: green. Hex color #909E98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #909E98 is #6F6167. Grayscale: #999999. Windows color (decimal): -7299432 or 10002064. OLE color: 10002064.

HSL color Cylindrical-coordinate representation of color #909E98: hue angle of 154.29º 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 #909E98 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 144 158 152 -
CMYK 0.09 0 0.04 0.38
HSL 154.29º 0.07% 0.59% -
HSV(B) 154.29º 0.09% 0.62% -
XYZ 29.4 32.65 34.46 -
YUV 153.13 127.36 121.49 -
System Red Green Blue C M Y K H S L
Decimal 144 158 152 0.09 0 0.04 0.38 154.29 0.07 0.59
Hex 90 9E 98 9 0 4 26 9A 7 3B
Octal 220 236 230 11 0 4 46 232 7 73
Binary 10010000 10011110 10011000 1001 0 100 100110 10011010 111 111011

Color Harmonies of #909E98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909E98

Black with #909E98

Text Example


Text Example

White with #909E98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,158,152); }

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

background-color css

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

 a { background-color: rgb(144,158,152); }

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

border-color css

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

 span { border-color: rgb(144,158,152); }

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