Html Css Color HEX #9AA4D7 Portage

📋 copy color: '#9AA4D7'

red 154 ◦ green 164 ◦ blue 215

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

Shades of Portage #9AA4D7

Tints of Portage #9AA4D7

RGB

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

 GREEN value IS 164 (64.45% from 255) = 30.77%

 BLUE value IS 215 (84.38% from 255) = 40.34%

R = 28.89%
G = 30.77%
B = 40.34%

CMYK

 C value IS 0.28

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#9AA4D7 (or 0x9AA4D7) is known color: Portage. HEX triplet: 9A, A4 and D7. RGB value is (154,164,215). Sum of RGB (Red+Green+Blue) = 154+164+215=533 (70% of max value = 765). Red value is 154 (60.55% from 255 or 28.89% from 533); Green value is 164 (64.45% from 255 or 30.77% from 533); Blue value is 215 (84.38% from 255 or 40.34% from 533); Max value from RGB is 215 - color contains mainly: blue. Hex color #9AA4D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA4D7 is #655B28. Grayscale: #A6A6A6. Windows color (decimal): -6642473 or 14132378. OLE color: 14132378.

HSL color Cylindrical-coordinate representation of color #9AA4D7: hue angle of 230.16º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9AA4D7 is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 154 164 215 -
CMYK 0.28 0.24 0 0.16
HSL 230.16º 0.43% 0.72% -
HSV(B) 230.16º 0.28% 0.84% -
XYZ 38.87 38.33 69.64 -
YUV 166.82 155.19 118.85 -
System Red Green Blue C M Y K H S L
Decimal 154 164 215 0.28 0.24 0 0.16 230.16 0.43 0.72
Hex 9A A4 D7 1C 18 0 10 E6 2B 48
Octal 232 244 327 34 30 0 20 346 53 110
Binary 10011010 10100100 11010111 11100 11000 0 10000 11100110 101011 1001000

Color Harmonies of #9AA4D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA4D7

Black with #9AA4D7

Text Example


Text Example

White with #9AA4D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,164,215); }

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

background-color css

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

 a { background-color: rgb(154,164,215); }

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

border-color css

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

 span { border-color: rgb(154,164,215); }

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