#9BA2DC

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

Shades of Portage #9BA2DC

Tints of Portage #9BA2DC

Color information

#9BA2DC (or 0x9BA2DC) is unknown color: approx Portage. HEX triplet: 9B, A2 and DC. RGB value is (155,162,220). Sum of RGB (Red+Green+Blue) = 155+162+220=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 162 (63.67% from 255 or 30.17% from 537); Blue value is 220 (86.33% from 255 or 40.97% from 537); Max value from RGB is 220 - color contains mainly: blue. Hex color #9BA2DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA2DC is #645D23. Grayscale: #A6A6A6. Windows color (decimal): -6577444 or 14459547. OLE color: 14459547.

HSL color Cylindrical-coordinate representation of color #9BA2DC: hue angle of 233.54º degrees, saturation: 0.48, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9BA2DC is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB155162220-
CMYK0.300.2600.14
HSL233.54º48.15%73.53%-
HSV(B)233.54º29.55%86.27%-
XYZ39.3637.9872.97-
YUV166.52158.18119.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.86%
GREEN value IS 162 (63.67% from 255) = 30.17%
BLUE value IS 220 (86.33% from 255) = 40.97%
R=28.86%
G=30.17%
B=40.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1551622200.300.2600.14233.5448.1573.53
Hex9BA2DC1E1A0Eea304a
Octal233242334363201635260112
Binary100110111010001011011100111101101001110111010101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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