Html Css Color HEX #909ADA Portage

📋 copy color: '#909ADA'

red 144 ◦ green 154 ◦ blue 218

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

Shades of Portage #909ADA

Tints of Portage #909ADA

RGB

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

 GREEN value IS 154 (60.55% from 255) = 29.84%

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

R = 27.91%
G = 29.84%
B = 42.25%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#909ADA (or 0x909ADA) is known color: Portage. HEX triplet: 90, 9A and DA. RGB value is (144,154,218). Sum of RGB (Red+Green+Blue) = 144+154+218=516 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.91% from 516); Green value is 154 (60.55% from 255 or 29.84% from 516); Blue value is 218 (85.55% from 255 or 42.25% from 516); Max value from RGB is 218 - color contains mainly: blue. Hex color #909ADA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909ADA is #6F6525. Grayscale: #9E9E9E. Windows color (decimal): -7300390 or 14326416. OLE color: 14326416.

HSL color Cylindrical-coordinate representation of color #909ADA: hue angle of 231.89º 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 #909ADA is Cyan = 0.34, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 144 154 218 -
CMYK 0.34 0.29 0 0.15
HSL 231.89º 0.5% 0.71% -
HSV(B) 231.89º 0.34% 0.85% -
XYZ 35.71 34.1 71.03 -
YUV 158.31 161.69 117.8 -
System Red Green Blue C M Y K H S L
Decimal 144 154 218 0.34 0.29 0 0.15 231.89 0.5 0.71
Hex 90 9A DA 22 1D 0 F E8 32 47
Octal 220 232 332 42 35 0 17 350 62 107
Binary 10010000 10011010 11011010 100010 11101 0 1111 11101000 110010 1000111

Color Harmonies of #909ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909ADA

Black with #909ADA

Text Example


Text Example

White with #909ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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