#9BA2DF

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

Shades of Portage #9BA2DF

Tints of Portage #9BA2DF

Color information

#9BA2DF (or 0x9BA2DF) is unknown color: approx Portage. HEX triplet: 9B, A2 and DF. RGB value is (155,162,223). Sum of RGB (Red+Green+Blue) = 155+162+223=540 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.70% from 540); Green value is 162 (63.67% from 255 or 30% from 540); Blue value is 223 (87.5% from 255 or 41.30% from 540); Max value from RGB is 223 - color contains mainly: blue. Hex color #9BA2DF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA2DF is #645D20. Grayscale: #A6A6A6. Windows color (decimal): -6577441 or 14656155. OLE color: 14656155.

HSL color Cylindrical-coordinate representation of color #9BA2DF: hue angle of 233.82º degrees, saturation: 0.52, 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 #9BA2DF is Cyan = 0.30, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB155162223-
CMYK0.300.2700.13
HSL233.82º51.52%74.12%-
HSV(B)233.82º30.49%87.45%-
XYZ39.7638.1475.08-
YUV166.86159.68119.54-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.70%
GREEN value IS 162 (63.67% from 255) = 30%
BLUE value IS 223 (87.5% from 255) = 41.30%
R=28.70%
G=30%
B=41.30%

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
Decimal1551622230.300.2700.13233.8251.5274.12
Hex9BA2DF1E1B0Dea344a
Octal233242337363301535264112
Binary100110111010001011011111111101101101101111010101101001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA2DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,162,223); }

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

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

 a { background-color: rgb(155,162,223); }

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

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

 span { border-color: rgb(155,162,223); }

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