#9BA3DE

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

Shades of Portage #9BA3DE

Tints of Portage #9BA3DE

Color information

#9BA3DE (or 0x9BA3DE) is unknown color: approx Portage. HEX triplet: 9B, A3 and DE. RGB value is (155,163,222). Sum of RGB (Red+Green+Blue) = 155+163+222=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 222 (87.11% from 255 or 41.11% from 540); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BA3DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA3DE is #645C21. Grayscale: #A7A7A7. Windows color (decimal): -6577186 or 14590875. OLE color: 14590875.

HSL color Cylindrical-coordinate representation of color #9BA3DE: hue angle of 232.84º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BA3DE is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155163222-
CMYK0.300.2700.13
HSL232.84º50.38%73.92%-
HSV(B)232.84º30.18%87.06%-
XYZ39.838.4474.43-
YUV167.33158.85119.2-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.70%
GREEN value IS 163 (64.06% from 255) = 30.19%
BLUE value IS 222 (87.11% from 255) = 41.11%
R=28.70%
G=30.19%
B=41.11%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551632220.300.2700.13232.8450.3873.92
Hex9BA3DE1E1B0De9324a
Octal233243336363301535162112
Binary100110111010001111011110111101101101101111010011100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA3DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9BA3DE; }

 p { color: rgb(155,163,222); }

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

<style>
 a { background-color: #9BA3DE; }

 a { background-color: rgb(155,163,222); }

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

<style>
 span { border-color: #9BA3DE; }

 span { border-color: rgb(155,163,222); }

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