Html Css Color HEX #90A6EA Portage

📋 copy color: '#90A6EA'

red 144 ◦ green 166 ◦ blue 234

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

Shades of Portage #90A6EA

Tints of Portage #90A6EA

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.51%

 BLUE value IS 234 (91.8% from 255) = 43.01%

R = 26.47%
G = 30.51%
B = 43.01%

CMYK

 C value IS 0.38

 M value IS 0.29

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#90A6EA (or 0x90A6EA) is known color: Portage. HEX triplet: 90, A6 and EA. RGB value is (144,166,234). Sum of RGB (Red+Green+Blue) = 144+166+234=544 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.47% from 544); Green value is 166 (65.23% from 255 or 30.51% from 544); Blue value is 234 (91.80% from 255 or 43.01% from 544); Max value from RGB is 234 - color contains mainly: blue. Hex color #90A6EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A6EA is #6F5915. Grayscale: #A6A6A6. Windows color (decimal): -7297302 or 15378064. OLE color: 15378064.

HSL color Cylindrical-coordinate representation of color #90A6EA: hue angle of 225.33º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #90A6EA is Cyan = 0.38, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 166 234 -
CMYK 0.38 0.29 0 0.08
HSL 225.33º 0.68% 0.74% -
HSV(B) 225.33º 0.38% 0.92% -
XYZ 39.99 39.14 83.29 -
YUV 167.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 144 166 234 0.38 0.29 0 0.08 225.33 0.68 0.74
Hex 90 A6 EA 26 1D 0 8 E1 44 4A
Octal 220 246 352 46 35 0 10 341 104 112
Binary 10010000 10100110 11101010 100110 11101 0 1000 11100001 1000100 1001010

Color Harmonies of #90A6EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A6EA

Black with #90A6EA

Text Example


Text Example

White with #90A6EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,166,234); }

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

background-color css

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

 a { background-color: rgb(144,166,234); }

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

border-color css

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

 span { border-color: rgb(144,166,234); }

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