#9BA4DA

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

Shades of Portage #9BA4DA

Tints of Portage #9BA4DA

Color information

#9BA4DA (or 0x9BA4DA) is unknown color: approx Portage. HEX triplet: 9B, A4 and DA. RGB value is (155,164,218). Sum of RGB (Red+Green+Blue) = 155+164+218=537 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.86% from 537); Green value is 164 (64.45% from 255 or 30.54% from 537); Blue value is 218 (85.55% from 255 or 40.60% from 537); Max value from RGB is 218 - color contains mainly: blue. Hex color #9BA4DA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA4DA is #645B25. Grayscale: #A7A7A7. Windows color (decimal): -6576934 or 14328987. OLE color: 14328987.

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

Color convert

RGB155164218-
CMYK0.290.2500.15
HSL231.43º45.99%73.14%-
HSV(B)231.43º28.9%85.49%-
XYZ39.4538.5871.7-
YUV167.46156.52119.11-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.86%
GREEN value IS 164 (64.45% from 255) = 30.54%
BLUE value IS 218 (85.55% from 255) = 40.60%
R=28.86%
G=30.54%
B=40.60%

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
Decimal1551642180.290.2500.15231.4345.9973.14
Hex9BA4DA1D190Fe72e49
Octal233244332353101734756111
Binary100110111010010011011010111011100101111111001111011101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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