Html Css Color HEX #90A0E0 Portage

📋 copy color: '#90A0E0'

red 144 ◦ green 160 ◦ blue 224

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

Shades of Portage #90A0E0

Tints of Portage #90A0E0

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.3%

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

R = 27.27%
G = 30.3%
B = 42.42%

CMYK

 C value IS 0.36

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#90A0E0 (or 0x90A0E0) is known color: Portage. HEX triplet: 90, A0 and E0. RGB value is (144,160,224). Sum of RGB (Red+Green+Blue) = 144+160+224=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 160 (62.89% from 255 or 30.30% from 528); Blue value is 224 (87.89% from 255 or 42.42% from 528); Max value from RGB is 224 - color contains mainly: blue. Hex color #90A0E0 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A0E0 is #6F5F1F. Grayscale: #A2A2A2. Windows color (decimal): -7298848 or 14721168. OLE color: 14721168.

HSL color Cylindrical-coordinate representation of color #90A0E0: hue angle of 228º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #90A0E0 is Cyan = 0.36, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 144 160 224 -
CMYK 0.36 0.29 0 0.12
HSL 228º 0.56% 0.72% -
HSV(B) 228º 0.36% 0.88% -
XYZ 37.53 36.45 75.58 -
YUV 162.51 162.7 114.8 -
System Red Green Blue C M Y K H S L
Decimal 144 160 224 0.36 0.29 0 0.12 228 0.56 0.72
Hex 90 A0 E0 24 1D 0 C E4 38 48
Octal 220 240 340 44 35 0 14 344 70 110
Binary 10010000 10100000 11100000 100100 11101 0 1100 11100100 111000 1001000

Color Harmonies of #90A0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A0E0

Black with #90A0E0

Text Example


Text Example

White with #90A0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,160,224); }

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

background-color css

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

 a { background-color: rgb(144,160,224); }

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

border-color css

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

 span { border-color: rgb(144,160,224); }

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