Html Css Color HEX #90A5DB Portage

📋 copy color: '#90A5DB'

red 144 ◦ green 165 ◦ blue 219

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

Shades of Portage #90A5DB

Tints of Portage #90A5DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 41.48%

R = 27.27%
G = 31.25%
B = 41.48%

CMYK

 C value IS 0.34

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#90A5DB (or 0x90A5DB) is known color: Portage. HEX triplet: 90, A5 and DB. RGB value is (144,165,219). Sum of RGB (Red+Green+Blue) = 144+165+219=528 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.27% from 528); Green value is 165 (64.84% from 255 or 31.25% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 219 - color contains mainly: blue. Hex color #90A5DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #90A5DB is #6F5A24. Grayscale: #A4A4A4. Windows color (decimal): -7297573 or 14394768. OLE color: 14394768.

HSL color Cylindrical-coordinate representation of color #90A5DB: hue angle of 223.2º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #90A5DB is Cyan = 0.34, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 144 165 219 -
CMYK 0.34 0.25 0 0.14
HSL 223.2º 0.51% 0.71% -
HSV(B) 223.2º 0.34% 0.86% -
XYZ 37.74 37.95 72.35 -
YUV 164.88 158.54 113.11 -
System Red Green Blue C M Y K H S L
Decimal 144 165 219 0.34 0.25 0 0.14 223.2 0.51 0.71
Hex 90 A5 DB 22 19 0 E DF 33 47
Octal 220 245 333 42 31 0 16 337 63 107
Binary 10010000 10100101 11011011 100010 11001 0 1110 11011111 110011 1000111

Color Harmonies of #90A5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A5DB

Black with #90A5DB

Text Example


Text Example

White with #90A5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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