Html Css Color HEX #909BDA Portage

📋 copy color: '#909BDA'

red 144 ◦ green 155 ◦ blue 218

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

Shades of Portage #909BDA

Tints of Portage #909BDA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.98%

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

R = 27.85%
G = 29.98%
B = 42.17%

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

#909BDA (or 0x909BDA) is known color: Portage. HEX triplet: 90, 9B and DA. RGB value is (144,155,218). Sum of RGB (Red+Green+Blue) = 144+155+218=517 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.85% from 517); Green value is 155 (60.94% from 255 or 29.98% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 218 - color contains mainly: blue. Hex color #909BDA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BDA is #6F6425. Grayscale: #9E9E9E. Windows color (decimal): -7300134 or 14326672. OLE color: 14326672.

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

Color convert

RGB 144 155 218 -
CMYK 0.34 0.29 0 0.15
HSL 231.08º 0.5% 0.71% -
HSV(B) 231.08º 0.34% 0.85% -
XYZ 35.88 34.43 71.09 -
YUV 158.89 161.36 117.38 -
System Red Green Blue C M Y K H S L
Decimal 144 155 218 0.34 0.29 0 0.15 231.08 0.5 0.71
Hex 90 9B DA 22 1D 0 F E7 32 47
Octal 220 233 332 42 35 0 17 347 62 107
Binary 10010000 10011011 11011010 100010 11101 0 1111 11100111 110010 1000111

Color Harmonies of #909BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909BDA

Black with #909BDA

Text Example


Text Example

White with #909BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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