Html Css Color HEX #909BDD Portage

📋 copy color: '#909BDD'

red 144 ◦ green 155 ◦ blue 221

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

Shades of Portage #909BDD

Tints of Portage #909BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 42.5%

R = 27.69%
G = 29.81%
B = 42.5%

CMYK

 C value IS 0.35

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#909BDD (or 0x909BDD) is known color: Portage. HEX triplet: 90, 9B and DD. RGB value is (144,155,221). Sum of RGB (Red+Green+Blue) = 144+155+221=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #909BDD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BDD is #6F6422. Grayscale: #9E9E9E. Windows color (decimal): -7300131 or 14523280. OLE color: 14523280.

HSL color Cylindrical-coordinate representation of color #909BDD: hue angle of 231.43º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #909BDD is Cyan = 0.35, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 144 155 221 -
CMYK 0.35 0.30 0 0.13
HSL 231.43º 0.53% 0.72% -
HSV(B) 231.43º 0.35% 0.87% -
XYZ 36.27 34.59 73.17 -
YUV 159.24 162.86 117.13 -
System Red Green Blue C M Y K H S L
Decimal 144 155 221 0.35 0.30 0 0.13 231.43 0.53 0.72
Hex 90 9B DD 23 1E 0 D E7 35 48
Octal 220 233 335 43 36 0 15 347 65 110
Binary 10010000 10011011 11011101 100011 11110 0 1101 11100111 110101 1001000

Color Harmonies of #909BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909BDD

Black with #909BDD

Text Example


Text Example

White with #909BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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