Html Css Color HEX #909CDB Portage

📋 copy color: '#909CDB'

red 144 ◦ green 156 ◦ blue 219

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

Shades of Portage #909CDB

Tints of Portage #909CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 30.06%

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

R = 27.75%
G = 30.06%
B = 42.2%

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

#909CDB (or 0x909CDB) is known color: Portage. HEX triplet: 90, 9C and DB. RGB value is (144,156,219). Sum of RGB (Red+Green+Blue) = 144+156+219=519 (68% of max value = 765). Red value is 144 (56.64% from 255 or 27.75% from 519); Green value is 156 (61.33% from 255 or 30.06% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #909CDB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909CDB is #6F6324. Grayscale: #9F9F9F. Windows color (decimal): -7299877 or 14392464. OLE color: 14392464.

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

Color convert

RGB 144 156 219 -
CMYK 0.34 0.29 0 0.14
HSL 230.4º 0.51% 0.71% -
HSV(B) 230.4º 0.34% 0.86% -
XYZ 36.18 34.82 71.83 -
YUV 159.59 161.52 116.88 -
System Red Green Blue C M Y K H S L
Decimal 144 156 219 0.34 0.29 0 0.14 230.4 0.51 0.71
Hex 90 9C DB 22 1D 0 E E6 33 47
Octal 220 234 333 42 35 0 16 346 63 107
Binary 10010000 10011100 11011011 100010 11101 0 1110 11100110 110011 1000111

Color Harmonies of #909CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #909CDB

Black with #909CDB

Text Example


Text Example

White with #909CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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