Html Css Color HEX #909DDB Portage

📋 copy color: '#909DDB'

red 144 ◦ green 157 ◦ blue 219

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

Shades of Portage #909DDB

Tints of Portage #909DDB

RGB

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

 GREEN value IS 157 (61.72% from 255) = 30.19%

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

R = 27.69%
G = 30.19%
B = 42.12%

CMYK

 C value IS 0.34

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#909DDB (or 0x909DDB) is known color: Portage. HEX triplet: 90, 9D and DB. RGB value is (144,157,219). Sum of RGB (Red+Green+Blue) = 144+157+219=520 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.69% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 219 (85.94% from 255 or 42.12% from 520); Max value from RGB is 219 - color contains mainly: blue. Hex color #909DDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909DDB is #6F6224. Grayscale: #9F9F9F. Windows color (decimal): -7299621 or 14392720. OLE color: 14392720.

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

Color convert

RGB 144 157 219 -
CMYK 0.34 0.28 0 0.14
HSL 229.6º 0.51% 0.71% -
HSV(B) 229.6º 0.34% 0.86% -
XYZ 36.34 35.16 71.89 -
YUV 160.18 161.19 116.46 -
System Red Green Blue C M Y K H S L
Decimal 144 157 219 0.34 0.28 0 0.14 229.6 0.51 0.71
Hex 90 9D DB 22 1C 0 E E6 33 47
Octal 220 235 333 42 34 0 16 346 63 107
Binary 10010000 10011101 11011011 100010 11100 0 1110 11100110 110011 1000111

Color Harmonies of #909DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909DDB

Black with #909DDB

Text Example


Text Example

White with #909DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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