#909BCF

Color #909BCF Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #909BCF

Tints of Portage #909BCF

Color information

#909BCF (or 0x909BCF) is unknown color: approx Portage. HEX triplet: 90, 9B and CF. RGB value is (144,155,207). Sum of RGB (Red+Green+Blue) = 144+155+207=506 (67% of max value = 765). Red value is 144 (56.64% from 255 or 28.46% from 506); Green value is 155 (60.94% from 255 or 30.63% from 506); Blue value is 207 (81.25% from 255 or 40.91% from 506); Max value from RGB is 207 - color contains mainly: blue. Hex color #909BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BCF is #6F6430. Grayscale: #9D9D9D. Windows color (decimal): -7300145 or 13605776. OLE color: 13605776.

HSL color Cylindrical-coordinate representation of color #909BCF: hue angle of 229.52º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #909BCF is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB144155207-
CMYK0.300.2500.19
HSL229.52º39.62%68.82%-
HSV(B)229.52º30.43%81.18%-
XYZ34.4933.8863.75-
YUV157.64155.86118.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.46%
GREEN value IS 155 (60.94% from 255) = 30.63%
BLUE value IS 207 (81.25% from 255) = 40.91%
R=28.46%
G=30.63%
B=40.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1441552070.300.2500.19229.5239.6268.82
Hex909BCF1E19013e62845
Octal220233317363102334650105
Binary1001000010011011110011111111011001010011111001101010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #909BCF;
 }
 .AnyTagClassName
 {
   color: #909BCF;
 }
</style>
background-color css

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

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

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

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

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

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