#9BA6DE

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

Shades of Portage #9BA6DE

Tints of Portage #9BA6DE

Color information

#9BA6DE (or 0x9BA6DE) is unknown color: approx Portage. HEX triplet: 9B, A6 and DE. RGB value is (155,166,222). Sum of RGB (Red+Green+Blue) = 155+166+222=543 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.55% from 543); Green value is 166 (65.23% from 255 or 30.57% from 543); Blue value is 222 (87.11% from 255 or 40.88% from 543); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BA6DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA6DE is #645921. Grayscale: #A8A8A8. Windows color (decimal): -6576418 or 14591643. OLE color: 14591643.

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

Color convert

RGB155166222-
CMYK0.300.2500.13
HSL230.15º50.38%73.92%-
HSV(B)230.15º30.18%87.06%-
XYZ40.3439.5174.61-
YUV169.09157.86117.95-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.55%
GREEN value IS 166 (65.23% from 255) = 30.57%
BLUE value IS 222 (87.11% from 255) = 40.88%
R=28.55%
G=30.57%
B=40.88%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551662220.300.2500.13230.1550.3873.92
Hex9BA6DE1E190De6324a
Octal233246336363101534662112
Binary100110111010011011011110111101100101101111001101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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