Html Css Color HEX #90A5FA Portage

📋 copy color: '#90A5FA'

red 144 ◦ green 165 ◦ blue 250

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

Shades of Portage #90A5FA

Tints of Portage #90A5FA

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.52%

 BLUE value IS 250 (98.05% from 255) = 44.72%

R = 25.76%
G = 29.52%
B = 44.72%

CMYK

 C value IS 0.42

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#90A5FA (or 0x90A5FA) is known color: Portage. HEX triplet: 90, A5 and FA. RGB value is (144,165,250). Sum of RGB (Red+Green+Blue) = 144+165+250=559 (74% of max value = 765). Red value is 144 (56.64% from 255 or 25.76% from 559); Green value is 165 (64.84% from 255 or 29.52% from 559); Blue value is 250 (98.05% from 255 or 44.72% from 559); Max value from RGB is 250 - color contains mainly: blue. Hex color #90A5FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A5FA is #6F5A05. Grayscale: #A8A8A8. Windows color (decimal): -7297542 or 16426384. OLE color: 16426384.

HSL color Cylindrical-coordinate representation of color #90A5FA: hue angle of 228.11º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90A5FA is Cyan = 0.42, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 144 165 250 -
CMYK 0.42 0.34 0 0.02
HSL 228.11º 0.91% 0.77% -
HSV(B) 228.11º 0.42% 0.98% -
XYZ 42.21 39.74 95.89 -
YUV 168.41 174.04 110.59 -
System Red Green Blue C M Y K H S L
Decimal 144 165 250 0.42 0.34 0 0.02 228.11 0.91 0.77
Hex 90 A5 FA 2A 22 0 2 E4 5B 4D
Octal 220 245 372 52 42 0 2 344 133 115
Binary 10010000 10100101 11111010 101010 100010 0 10 11100100 1011011 1001101

Color Harmonies of #90A5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A5FA

Black with #90A5FA

Text Example


Text Example

White with #90A5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,165,250); }

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

background-color css

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

 a { background-color: rgb(144,165,250); }

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

border-color css

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

 span { border-color: rgb(144,165,250); }

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