Html Css Color HEX #9F90AD East Side

📋 copy color: '#9F90AD'

red 159 ◦ green 144 ◦ blue 173

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

Shades of East Side #9F90AD

Tints of East Side #9F90AD

RGB

 RED value IS 159 (62.5% from 255) = 33.4%

 GREEN value IS 144 (56.64% from 255) = 30.25%

 BLUE value IS 173 (67.97% from 255) = 36.34%

R = 33.4%
G = 30.25%
B = 36.34%

CMYK

 C value IS 0.08

 M value IS 0.17

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#9F90AD (or 0x9F90AD) is known color: East Side. HEX triplet: 9F, 90 and AD. RGB value is (159,144,173). Sum of RGB (Red+Green+Blue) = 159+144+173=476 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.40% from 476); Green value is 144 (56.64% from 255 or 30.25% from 476); Blue value is 173 (67.97% from 255 or 36.34% from 476); Max value from RGB is 173 - color contains mainly: blue. Hex color #9F90AD is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #9F90AD is #606F52. Grayscale: #979797. Windows color (decimal): -6319955 or 11374751. OLE color: 11374751.

HSL color Cylindrical-coordinate representation of color #9F90AD: hue angle of 271.03º degrees, saturation: 0.15, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #9F90AD is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 159 144 173 -
CMYK 0.08 0.17 0 0.32
HSL 271.03º 0.15% 0.62% -
HSV(B) 271.03º 0.17% 0.68% -
XYZ 31.81 30.33 43.71 -
YUV 151.79 139.97 133.14 -
System Red Green Blue C M Y K H S L
Decimal 159 144 173 0.08 0.17 0 0.32 271.03 0.15 0.62
Hex 9F 90 AD 8 11 0 20 10F F 3E
Octal 237 220 255 10 21 0 40 417 17 76
Binary 10011111 10010000 10101101 1000 10001 0 100000 100001111 1111 111110

Color Harmonies of #9F90AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F90AD

Black with #9F90AD

Text Example


Text Example

White with #9F90AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F90AD; }

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

 H1.HeaderClassName
 {
   color: #9F90AD;
 }
 .AnyTagClassName
 {
   color: #9F90AD;
 }
</style>

background-color css

<style>
 a { background-color: #9F90AD; }

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

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

border-color css

<style>
 span { border-color: #9F90AD; }

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

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