Html Css Color HEX #90A7EF Portage

📋 copy color: '#90A7EF'

red 144 ◦ green 167 ◦ blue 239

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

Shades of Portage #90A7EF

Tints of Portage #90A7EF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 30.36%

 BLUE value IS 239 (93.75% from 255) = 43.45%

R = 26.18%
G = 30.36%
B = 43.45%

CMYK

 C value IS 0.40

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#90A7EF (or 0x90A7EF) is known color: Portage. HEX triplet: 90, A7 and EF. RGB value is (144,167,239). Sum of RGB (Red+Green+Blue) = 144+167+239=550 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.18% from 550); Green value is 167 (65.62% from 255 or 30.36% from 550); Blue value is 239 (93.75% from 255 or 43.45% from 550); Max value from RGB is 239 - color contains mainly: blue. Hex color #90A7EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A7EF is #6F5810. Grayscale: #A8A8A8. Windows color (decimal): -7297041 or 15706000. OLE color: 15706000.

HSL color Cylindrical-coordinate representation of color #90A7EF: hue angle of 225.47º degrees, saturation: 0.75, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90A7EF is Cyan = 0.40, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 167 239 -
CMYK 0.40 0.30 0 0.06
HSL 225.47º 0.75% 0.75% -
HSV(B) 225.47º 0.4% 0.94% -
XYZ 40.9 39.8 87.19 -
YUV 168.33 167.88 110.65 -
System Red Green Blue C M Y K H S L
Decimal 144 167 239 0.40 0.30 0 0.06 225.47 0.75 0.75
Hex 90 A7 EF 28 1E 0 6 E1 4B 4B
Octal 220 247 357 50 36 0 6 341 113 113
Binary 10010000 10100111 11101111 101000 11110 0 110 11100001 1001011 1001011

Color Harmonies of #90A7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A7EF

Black with #90A7EF

Text Example


Text Example

White with #90A7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,167,239); }

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

background-color css

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

 a { background-color: rgb(144,167,239); }

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

border-color css

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

 span { border-color: rgb(144,167,239); }

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