Html Css Color HEX #90A0F2 Portage

📋 copy color: '#90A0F2'

red 144 ◦ green 160 ◦ blue 242

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

Shades of Portage #90A0F2

Tints of Portage #90A0F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 44.32%

R = 26.37%
G = 29.3%
B = 44.32%

CMYK

 C value IS 0.40

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#90A0F2 (or 0x90A0F2) is known color: Portage. HEX triplet: 90, A0 and F2. RGB value is (144,160,242). Sum of RGB (Red+Green+Blue) = 144+160+242=546 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.37% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 242 (94.92% from 255 or 44.32% from 546); Max value from RGB is 242 - color contains mainly: blue. Hex color #90A0F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A0F2 is #6F5F0D. Grayscale: #A4A4A4. Windows color (decimal): -7298830 or 15900816. OLE color: 15900816.

HSL color Cylindrical-coordinate representation of color #90A0F2: hue angle of 230.2º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90A0F2 is Cyan = 0.40, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 144 160 242 -
CMYK 0.40 0.34 0 0.05
HSL 230.2º 0.79% 0.76% -
HSV(B) 230.2º 0.4% 0.95% -
XYZ 40.1 37.48 89.13 -
YUV 164.56 171.7 113.33 -
System Red Green Blue C M Y K H S L
Decimal 144 160 242 0.40 0.34 0 0.05 230.2 0.79 0.76
Hex 90 A0 F2 28 22 0 5 E6 4F 4C
Octal 220 240 362 50 42 0 5 346 117 114
Binary 10010000 10100000 11110010 101000 100010 0 101 11100110 1001111 1001100

Color Harmonies of #90A0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A0F2

Black with #90A0F2

Text Example


Text Example

White with #90A0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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