Html Css Color HEX #90A1D7 Portage

📋 copy color: '#90A1D7'

red 144 ◦ green 161 ◦ blue 215

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

Shades of Portage #90A1D7

Tints of Portage #90A1D7

RGB

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

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

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

R = 27.69%
G = 30.96%
B = 41.35%

CMYK

 C value IS 0.33

 M value IS 0.25

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#90A1D7 (or 0x90A1D7) is known color: Portage. HEX triplet: 90, A1 and D7. RGB value is (144,161,215). Sum of RGB (Red+Green+Blue) = 144+161+215=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 161 (63.28% from 255 or 30.96% from 520); Blue value is 215 (84.38% from 255 or 41.35% from 520); Max value from RGB is 215 - color contains mainly: blue. Hex color #90A1D7 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A1D7 is #6F5E28. Grayscale: #A1A1A1. Windows color (decimal): -7298601 or 14131600. OLE color: 14131600.

HSL color Cylindrical-coordinate representation of color #90A1D7: hue angle of 225.63º degrees, saturation: 0.47, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #90A1D7 is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 144 161 215 -
CMYK 0.33 0.25 0 0.16
HSL 225.63º 0.47% 0.7% -
HSV(B) 225.63º 0.33% 0.84% -
XYZ 36.51 36.33 69.38 -
YUV 162.07 157.87 115.11 -
System Red Green Blue C M Y K H S L
Decimal 144 161 215 0.33 0.25 0 0.16 225.63 0.47 0.7
Hex 90 A1 D7 21 19 0 10 E2 2F 46
Octal 220 241 327 41 31 0 20 342 57 106
Binary 10010000 10100001 11010111 100001 11001 0 10000 11100010 101111 1000110

Color Harmonies of #90A1D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A1D7

Black with #90A1D7

Text Example


Text Example

White with #90A1D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90A1D7; }

 p { color: rgb(144,161,215); }

 H1.HeaderClassName
 {
   color: #90A1D7;
 }
 .AnyTagClassName
 {
   color: #90A1D7;
 }
</style>

background-color css

<style>
 a { background-color: #90A1D7; }

 a { background-color: rgb(144,161,215); }

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

border-color css

<style>
 span { border-color: #90A1D7; }

 span { border-color: rgb(144,161,215); }

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