#9BA2EF

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

Shades of Portage #9BA2EF

Tints of Portage #9BA2EF

Color information

#9BA2EF (or 0x9BA2EF) is unknown color: approx Portage. HEX triplet: 9B, A2 and EF. RGB value is (155,162,239). Sum of RGB (Red+Green+Blue) = 155+162+239=556 (73% of max value = 765). Red value is 155 (60.94% from 255 or 27.88% from 556); Green value is 162 (63.67% from 255 or 29.14% from 556); Blue value is 239 (93.75% from 255 or 42.99% from 556); Max value from RGB is 239 - color contains mainly: blue. Hex color #9BA2EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BA2EF is #645D10. Grayscale: #A8A8A8. Windows color (decimal): -6577425 or 15704731. OLE color: 15704731.

HSL color Cylindrical-coordinate representation of color #9BA2EF: hue angle of 235º degrees, saturation: 0.72, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BA2EF is Cyan = 0.35, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB155162239-
CMYK0.350.3200.06
HSL235º72.41%77.25%-
HSV(B)235º35.15%93.73%-
XYZ42.0239.0486.98-
YUV168.68167.68118.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.88%
GREEN value IS 162 (63.67% from 255) = 29.14%
BLUE value IS 239 (93.75% from 255) = 42.99%
R=27.88%
G=29.14%
B=42.99%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1551622390.350.3200.0623572.4177.25
Hex9BA2EF232006eb484d
Octal233242357434006353110115
Binary10011011101000101110111110001110000001101110101110010001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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