#9BA4DE

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

Shades of Portage #9BA4DE

Tints of Portage #9BA4DE

Color information

#9BA4DE (or 0x9BA4DE) is unknown color: approx Portage. HEX triplet: 9B, A4 and DE. RGB value is (155,164,222). Sum of RGB (Red+Green+Blue) = 155+164+222=541 (71% of max value = 765). Red value is 155 (60.94% from 255 or 28.65% from 541); Green value is 164 (64.45% from 255 or 30.31% from 541); Blue value is 222 (87.11% from 255 or 41.04% from 541); Max value from RGB is 222 - color contains mainly: blue. Hex color #9BA4DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9BA4DE is #645B21. Grayscale: #A7A7A7. Windows color (decimal): -6576930 or 14591131. OLE color: 14591131.

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

Color convert

RGB155164222-
CMYK0.300.2600.13
HSL231.94º50.38%73.92%-
HSV(B)231.94º30.18%87.06%-
XYZ39.9838.7974.49-
YUV167.92158.52118.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 28.65%
GREEN value IS 164 (64.45% from 255) = 30.31%
BLUE value IS 222 (87.11% from 255) = 41.04%
R=28.65%
G=30.31%
B=41.04%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1551642220.300.2600.13231.9450.3873.92
Hex9BA4DE1E1A0De8324a
Octal233244336363201535062112
Binary100110111010010011011110111101101001101111010001100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BA4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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