Html Css Color HEX #909FDA Portage

📋 copy color: '#909FDA'

red 144 ◦ green 159 ◦ blue 218

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

Shades of Portage #909FDA

Tints of Portage #909FDA

RGB

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

 GREEN value IS 159 (62.5% from 255) = 30.52%

 BLUE value IS 218 (85.55% from 255) = 41.84%

R = 27.64%
G = 30.52%
B = 41.84%

CMYK

 C value IS 0.34

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#909FDA (or 0x909FDA) is known color: Portage. HEX triplet: 90, 9F and DA. RGB value is (144,159,218). Sum of RGB (Red+Green+Blue) = 144+159+218=521 (69% of max value = 765). Red value is 144 (56.64% from 255 or 27.64% from 521); Green value is 159 (62.5% from 255 or 30.52% from 521); Blue value is 218 (85.55% from 255 or 41.84% from 521); Max value from RGB is 218 - color contains mainly: blue. Hex color #909FDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909FDA is #6F6025. Grayscale: #A0A0A0. Windows color (decimal): -7299110 or 14327696. OLE color: 14327696.

HSL color Cylindrical-coordinate representation of color #909FDA: hue angle of 227.84º degrees, saturation: 0.5, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #909FDA is Cyan = 0.34, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 159 218 -
CMYK 0.34 0.27 0 0.15
HSL 227.84º 0.5% 0.71% -
HSV(B) 227.84º 0.34% 0.85% -
XYZ 36.55 35.79 71.31 -
YUV 161.24 160.03 115.7 -
System Red Green Blue C M Y K H S L
Decimal 144 159 218 0.34 0.27 0 0.15 227.84 0.5 0.71
Hex 90 9F DA 22 1B 0 F E4 32 47
Octal 220 237 332 42 33 0 17 344 62 107
Binary 10010000 10011111 11011010 100010 11011 0 1111 11100100 110010 1000111

Color Harmonies of #909FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909FDA

Black with #909FDA

Text Example


Text Example

White with #909FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #909FDA; }

 p { color: rgb(144,159,218); }

 H1.HeaderClassName
 {
   color: #909FDA;
 }
 .AnyTagClassName
 {
   color: #909FDA;
 }
</style>

background-color css

<style>
 a { background-color: #909FDA; }

 a { background-color: rgb(144,159,218); }

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

border-color css

<style>
 span { border-color: #909FDA; }

 span { border-color: rgb(144,159,218); }

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