#9BA3DA

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

Shades of Portage #9BA3DA

Tints of Portage #9BA3DA

Color information

#9BA3DA (or 0x9BA3DA) is unknown color: approx Portage. HEX triplet: 9B, A3 and DA. RGB value is (155,163,218). Sum of RGB (Red+Green+Blue) = 155+163+218=536 (70% of max value = 765). Red value is 155 (60.94% from 255 or 28.92% from 536); Green value is 163 (64.06% from 255 or 30.41% from 536); Blue value is 218 (85.55% from 255 or 40.67% from 536); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BA3DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA3DA is #645C25. Grayscale: #A6A6A6. Windows color (decimal): -6577190 or 14328731. OLE color: 14328731.

HSL color Cylindrical-coordinate representation of color #9BA3DA: hue angle of 232.38º degrees, saturation: 0.46, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #9BA3DA is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB155163218-
CMYK0.290.2500.15
HSL232.38º45.99%73.14%-
HSV(B)232.38º28.9%85.49%-
XYZ39.2738.2271.64-
YUV166.88156.85119.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.92%
GREEN value IS 163 (64.06% from 255) = 30.41%
BLUE value IS 218 (85.55% from 255) = 40.67%
R=28.92%
G=30.41%
B=40.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1551632180.290.2500.15232.3845.9973.14
Hex9BA3DA1D190Fe82e49
Octal233243332353101735056111
Binary100110111010001111011010111011100101111111010001011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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