#909BCA

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

Shades of Portage #909BCA

Tints of Portage #909BCA

Color information

#909BCA (or 0x909BCA) is unknown color: approx Portage. HEX triplet: 90, 9B and CA. RGB value is (144,155,202). Sum of RGB (Red+Green+Blue) = 144+155+202=501 (66% of max value = 765). Red value is 144 (56.64% from 255 or 28.74% from 501); Green value is 155 (60.94% from 255 or 30.94% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 202 - color contains mainly: blue. Hex color #909BCA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #909BCA is #6F6435. Grayscale: #9C9C9C. Windows color (decimal): -7300150 or 13278096. OLE color: 13278096.

HSL color Cylindrical-coordinate representation of color #909BCA: hue angle of 228.62º degrees, saturation: 0.35, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #909BCA is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB144155202-
CMYK0.290.2300.21
HSL228.62º35.37%67.84%-
HSV(B)228.62º28.71%79.22%-
XYZ33.8833.6460.58-
YUV157.07153.36118.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 28.74%
GREEN value IS 155 (60.94% from 255) = 30.94%
BLUE value IS 202 (79.30% from 255) = 40.32%
R=28.74%
G=30.94%
B=40.32%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1441552020.290.2300.21228.6235.3767.84
Hex909BCA1D17015e52344
Octal220233312352702534543104
Binary1001000010011011110010101110110111010101111001011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #909BCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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