Html Css Color HEX #909BDB Portage

📋 copy color: '#909BDB'

red 144 ◦ green 155 ◦ blue 219

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

Shades of Portage #909BDB

Tints of Portage #909BDB

RGB

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

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

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

R = 27.8%
G = 29.92%
B = 42.28%

CMYK

 C value IS 0.34

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#909BDB (or 0x909BDB) is known color: Portage. HEX triplet: 90, 9B and DB. RGB value is (144,155,219). Sum of RGB (Red+Green+Blue) = 144+155+219=518 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.80% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 219 (85.94% from 255 or 42.28% from 518); Max value from RGB is 219 - color contains mainly: blue. Hex color #909BDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BDB is #6F6424. Grayscale: #9E9E9E. Windows color (decimal): -7300133 or 14392208. OLE color: 14392208.

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

Color convert

RGB 144 155 219 -
CMYK 0.34 0.29 0 0.14
HSL 231.2º 0.51% 0.71% -
HSV(B) 231.2º 0.34% 0.86% -
XYZ 36.01 34.49 71.78 -
YUV 159.01 161.86 117.3 -
System Red Green Blue C M Y K H S L
Decimal 144 155 219 0.34 0.29 0 0.14 231.2 0.51 0.71
Hex 90 9B DB 22 1D 0 E E7 33 47
Octal 220 233 333 42 35 0 16 347 63 107
Binary 10010000 10011011 11011011 100010 11101 0 1110 11100111 110011 1000111

Color Harmonies of #909BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909BDB

Black with #909BDB

Text Example


Text Example

White with #909BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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