Html Css Color HEX #9AA5E0 Portage

📋 copy color: '#9AA5E0'

red 154 ◦ green 165 ◦ blue 224

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

Shades of Portage #9AA5E0

Tints of Portage #9AA5E0

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.39%

 BLUE value IS 224 (87.89% from 255) = 41.25%

R = 28.36%
G = 30.39%
B = 41.25%

CMYK

 C value IS 0.31

 M value IS 0.26

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#9AA5E0 (or 0x9AA5E0) is known color: Portage. HEX triplet: 9A, A5 and E0. RGB value is (154,165,224). Sum of RGB (Red+Green+Blue) = 154+165+224=543 (71% of max value = 765). Red value is 154 (60.55% from 255 or 28.36% from 543); Green value is 165 (64.84% from 255 or 30.39% from 543); Blue value is 224 (87.89% from 255 or 41.25% from 543); Max value from RGB is 224 - color contains mainly: blue. Hex color #9AA5E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9AA5E0 is #655A1F. Grayscale: #A8A8A8. Windows color (decimal): -6642208 or 14722458. OLE color: 14722458.

HSL color Cylindrical-coordinate representation of color #9AA5E0: hue angle of 230.57º degrees, saturation: 0.53, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9AA5E0 is Cyan = 0.31, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 154 165 224 -
CMYK 0.31 0.26 0 0.12
HSL 230.57º 0.53% 0.74% -
HSV(B) 230.57º 0.31% 0.88% -
XYZ 40.24 39.16 75.96 -
YUV 168.44 159.36 117.7 -
System Red Green Blue C M Y K H S L
Decimal 154 165 224 0.31 0.26 0 0.12 230.57 0.53 0.74
Hex 9A A5 E0 1F 1A 0 C E7 35 4A
Octal 232 245 340 37 32 0 14 347 65 112
Binary 10011010 10100101 11100000 11111 11010 0 1100 11100111 110101 1001010

Color Harmonies of #9AA5E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9AA5E0

Black with #9AA5E0

Text Example


Text Example

White with #9AA5E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(154,165,224); }

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

background-color css

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

 a { background-color: rgb(154,165,224); }

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

border-color css

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

 span { border-color: rgb(154,165,224); }

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