Html Css Color HEX #9AA1DB Portage

📋 copy color: '#9AA1DB'

red 154 ◦ green 161 ◦ blue 219

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

Shades of Portage #9AA1DB

Tints of Portage #9AA1DB

RGB

 RED value IS 154 (60.55% from 255) = 28.84%

 GREEN value IS 161 (63.28% from 255) = 30.15%

 BLUE value IS 219 (85.94% from 255) = 41.01%

R = 28.84%
G = 30.15%
B = 41.01%

CMYK

 C value IS 0.30

 M value IS 0.26

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#9AA1DB (or 0x9AA1DB) is known color: Portage. HEX triplet: 9A, A1 and DB. RGB value is (154,161,219). Sum of RGB (Red+Green+Blue) = 154+161+219=534 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.84% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 219 (85.94% from 255 or 41.01% from 534); Max value from RGB is 219 - color contains mainly: blue. Hex color #9AA1DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA1DB is #655E24. Grayscale: #A5A5A5. Windows color (decimal): -6643237 or 14393754. OLE color: 14393754.

HSL color Cylindrical-coordinate representation of color #9AA1DB: hue angle of 233.54º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9AA1DB is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 154 161 219 -
CMYK 0.30 0.26 0 0.14
HSL 233.54º 0.47% 0.73% -
HSV(B) 233.54º 0.3% 0.86% -
XYZ 38.86 37.47 72.2 -
YUV 165.52 158.18 119.78 -
System Red Green Blue C M Y K H S L
Decimal 154 161 219 0.30 0.26 0 0.14 233.54 0.47 0.73
Hex 9A A1 DB 1E 1A 0 E EA 2F 49
Octal 232 241 333 36 32 0 16 352 57 111
Binary 10011010 10100001 11011011 11110 11010 0 1110 11101010 101111 1001001

Color Harmonies of #9AA1DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA1DB

Black with #9AA1DB

Text Example


Text Example

White with #9AA1DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,161,219); }

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

background-color css

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

 a { background-color: rgb(154,161,219); }

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

border-color css

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

 span { border-color: rgb(154,161,219); }

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